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 99ca9c0 commit a4fb9f5Copy full SHA for a4fb9f5
README.md
@@ -23,15 +23,16 @@ hashnode posts --trending
23
```
24
## Installation
25
#### Linux
26
- 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.1/hashnode-darwin-amd64 -o hashnode
+ curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.5/hashnode-linux-amd64.tar.gz -o hashnode.tar.gz
30
31
+tar xvf hashnode.tar.gz
+cd hashnode
32
chmod +x hashnode
33
sudo mv ./hashnode /usr/local/bin/hashnode
34
+#### MacOS
35
+`brew install hashnode/tap/hashnode`
36
37
### Windows:
38
0 commit comments