Skip to content

Commit

Permalink
Use 'latest' alias for download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaskins authored Aug 13, 2022
1 parent 9ab7ff2 commit 523234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Download the latest [Release](https://github.com/protojure/protoc-plugin/releases) and make it executable in your path.

```
sudo curl -L https://github.com/protojure/protoc-plugin/releases/download/v2.0.0/protoc-gen-clojure --output /usr/local/bin/protoc-gen-clojure
sudo curl -L https://github.com/protojure/protoc-plugin/releases/latest/download/protoc-gen-clojure --output /usr/local/bin/protoc-gen-clojure
sudo chmod +x /usr/local/bin/protoc-gen-clojure
```

Expand Down

0 comments on commit 523234e

Please sign in to comment.