We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa04bb commit a0e5e87Copy full SHA for a0e5e87
README.md
@@ -23,10 +23,10 @@ hashnode posts --hot
23
```
24
## Installation
25
#### Linux
26
- curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.0/hashnode-linux-amd64 -o hashnode
+ curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.1/hashnode-linux-amd64 -o hashnode
27
28
#### macOS
29
- curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.0/hashnode-darwin-amd64 -o hashnode
+ curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.1/hashnode-darwin-amd64 -o hashnode
30
31
32
chmod +x hashnode
0 commit comments