docs: readme

This commit is contained in:
Jack Wills
2023-01-03 18:14:25 +00:00
parent 32816dcca5
commit d1672d28a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
+ dependencies updated, [9b09146aadae5727a5fee4de5fe0c1d70c581c22] + dependencies updated, [9b09146aadae5727a5fee4de5fe0c1d70c581c22]
### Features ### Features
+ `install.sh` script added, [7a42eba6b0968314af40ff87bcc42d288f6860bc], [e0703b76a1a28cfe266f130a7f7dec92f1b5ad58] + `install.sh` script added, for automated platform selected, download, and installation, [7a42eba6b0968314af40ff87bcc42d288f6860bc], [e0703b76a1a28cfe266f130a7f7dec92f1b5ad58]
### Fixes ### Fixes
+ If a sort order is set, sort containers on every `update_stats()` execution, [cfdea77594e48c8c20a4d6e6c7ea31c9181361a1] + If a sort order is set, sort containers on every `update_stats()` execution, [cfdea77594e48c8c20a4d6e6c7ea31c9181361a1]
+1 -1
View File
@@ -49,7 +49,7 @@ install -Dm 755 oxker -t "${HOME}/.local/bin" &&
rm oxker_linux_x86_64.tar.gz oxker rm oxker_linux_x86_64.tar.gz oxker
``` ```
or, automatically select platform, download, and install to `$HOME/.local/bin` or, automatically select platform, download, and installation to `$HOME/.local/bin`
*One should verify all scripts before running in your shell* *One should verify all scripts before running in your shell*