Skip to content

Commit

Permalink
Removes --cache from installation instructions
Browse files Browse the repository at this point in the history
This flag has been deprecated (all queries hit the cache now to protect
users from hitting github rate limits).
Fixes #68
  • Loading branch information
leucos committed Jan 17, 2021
1 parent 2c6d539 commit 5014724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Now you can install your [favorite utility](#supported-distributions) just by ty
```
wget -q https://github.com/devops-works/binenv/releases/latest/download/binenv_linux_amd64 -O binenv
chmod +x binenv
./binenv update --cache
./binenv update
./binenv install binenv
rm binenv
if [[ -n $BASH ]]; then ZESHELL=bash; fi
Expand All @@ -75,7 +75,7 @@ exec $SHELL
```
wget -q https://github.com/devops-works/binenv/releases/latest/download/binenv_darwin_amd64 -O binenv
chmod +x binenv
./binenv update --cache
./binenv update
./binenv install binenv
rm binenv
echo 'export PATH=~/.binenv:$PATH' >> ~/.bashrc
Expand Down

0 comments on commit 5014724

Please sign in to comment.