Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/slimtoolkit/slim
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed Nov 2, 2023
2 parents 4957d2f + 8021550 commit 995b65b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,14 @@ slim update
Linux (for non-intel replace `dist_linux` with the platform-specific extracted path):
```
tar -xvf dist_linux.tar.gz
mv dist_linux/docker-slim /usr/local/bin/
mv dist_linux/slim-sensor /usr/local/bin/
mv dist_linux/slim /usr/local/bin/
mv dist_linux/slim-sensor /usr/local/bin/
```
Mac:
```
unzip ds.zip
mv dist_mac/docker-slim /usr/local/bin/
mv dist_mac/docker-slim-sensor /usr/local/bin/
mv dist_mac/slim /usr/local/bin/
mv dist_mac/slim-sensor /usr/local/bin/
```

3. Add the location where you unzipped the package to your PATH environment variable (optional).
Expand Down

0 comments on commit 995b65b

Please sign in to comment.