docs(README): slight tweaks

This commit is contained in:
Jack Wills
2022-05-08 19:26:19 +00:00
parent d20e1bcd47
commit eb9184a1ae
+1 -7
View File
@@ -39,7 +39,7 @@ rm oxker_linux_x86_64.tar.gz oxker
available command line arguments
| argument|result|
|--|--|
|```-d [number > 0]```| set the update interval for docker information, in ms |
|```-d [number > 0]```| set the update interval for docker information, in ms, defaults to 1000 (1 second) |
|```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) |
|```-c```| Attempt to color the logs (conflicts with -r) |
|```-t```| Remove timestamps from each log entry |
@@ -71,12 +71,6 @@ If no memory information available, try appending ```/boot/cmdline.txt``` with
see <a href="https://forums.raspberrypi.com/viewtopic.php?t=203128" target='_blank' rel='noopener noreferrer'>https://forums.raspberrypi.com/viewtopic.php?t=203128</a> and <a href="https://github.com/docker/for-linux/issues/1112" target='_blank' rel='noopener noreferrer'>https://github.com/docker/for-linux/issues/1112</a>
### Compress executable
compress output from \~3mb to ~1mb
```upx --best --lzma target/release/oxker -o ./oxker```
### Untested on other platforms
## Tests