Skip to content

Commit 1396c59

Browse files
authored
Merge pull request #8 from Hashnode/scriptonist/update-install-instructions-linux
Update install instructions for linux
2 parents adb8af4 + a7e7911 commit 1396c59

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

README.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,17 @@ Wanted to get [Hashnode](https://hashnode.com) on your terminal? Ahoy! now you c
66
Here is a quick sample
77

88
```
9-
hashnode --help
109
hashnode stories --hot
1110
hashnode discussions --hot
12-
13-
(0) Download Monitoring: A Cross-Browser Story
14-
PreambleWhen you want to implement something in a cross-browser way, you are in for a ride down the bugtracker hole. After some ex
15-
(1) How IDE is a blessing for beginners
16-
Quite recently I came across the post IDE - The beginner's trap. It's a must a read, good article by YounesButI can't agree to it
17-
(2) HTTP request with ES6 tagged templates
18-
ES6 template literals are one of my favorite features in es6. A few days ago I saw an open source project on github - htm, there a
19-
(3) Benefits of Progressive Web Applications (PWAs) and How to Build One
20-
In this tutorial, we're going to build up the fundamentals on Progressive Web Applications (PWAs). I'll help you understand the pa
21-
(4) The all-new Hashnode Chrome extension
22-
With the start of the new year, new team members, new features, and new product(s), we here at Hashnode are working hard to bring
23-
(q) Quit
24-
Press to exit
2511
```
12+
2613
## Installation
2714
#### Linux
28-
curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.8/hashnode-linux-amd64.tar.gz -o hashnode.tar.gz
15+
curl https://raw.githubusercontent.com/Hashnode/hashnode-cli/master/get.sh | bash
2916

30-
```
31-
tar xvf hashnode.tar.gz
32-
chmod +x hashnode
33-
sudo mv ./hashnode /usr/local/bin/hashnode
34-
```
3517
#### MacOS
36-
`brew install hashnode/tap/hashnode`
37-
18+
brew install hashnode/tap/hashnode
19+
3820
#### Windows:
3921

4022
Download from [GitHub](https://github.com/Hashnode/hashnode-cli/releases) and add the binary to your PATH.

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3>macOS</h3>
5858
</code>
5959
<br/>
6060
<h3>Linux</h3>
61-
<pre>curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.8/hashnode-linux-amd64.tar.gz -o hashnode.tar.gz<br>tar xvf hashnode.tar.gz<br>chmod +x hashnode<br>sudo mv ./hashnode /usr/local/bin/hashnode</pre>
61+
<pre>curl https://raw.githubusercontent.com/Hashnode/hashnode-cli/master/get.sh | bash</pre>
6262

6363
<h3>Windows</h3>
6464
<p>

0 commit comments

Comments
 (0)