Skip to content

Commit a4fb9f5

Browse files
authored
Update README.md
1 parent 99ca9c0 commit a4fb9f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ hashnode posts --trending
2323
```
2424
## Installation
2525
#### 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
26+
curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.5/hashnode-linux-amd64.tar.gz -o hashnode.tar.gz
3027

3128
```
29+
tar xvf hashnode.tar.gz
30+
cd hashnode
3231
chmod +x hashnode
3332
sudo mv ./hashnode /usr/local/bin/hashnode
3433
```
34+
#### MacOS
35+
`brew install hashnode/tap/hashnode`
3536

3637
### Windows:
3738

0 commit comments

Comments
 (0)