Skip to content

Commit

Permalink
Update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Mar 5, 2019
1 parent 205e340 commit d6d8e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Write Bash builtins in Go.

Download and set up the `goenable` binary:
```bash
curl -fsSL "https://github.com/JohnStarich/goenable/releases/download/0.2.0/goenable-$(uname -s)-$(uname -m).so" > goenable.so
curl -fsSL "https://github.com/JohnStarich/goenable/releases/download/v0.2.2/goenable-$(uname -s)-$(uname -m).so" > goenable.so

enable -f ./goenable.so goenable # Load goenable
help goenable # Print usage
Expand Down

0 comments on commit d6d8e43

Please sign in to comment.