Fix Linux installation instructions in README.md

This commit is contained in:
Ivan Velichko 2023-11-30 18:49:20 +01:00 committed by GitHub
parent 2e8228ce35
commit fc0c0b38b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ slim update
Linux (for non-intel replace `dist_linux` with the platform-specific extracted path):
```
tar -xvf dist_linux.tar.gz
tar -xvf ds.tar.gz
mv dist_linux/slim /usr/local/bin/
mv dist_linux/slim-sensor /usr/local/bin/
```