Skip to content

Commit

Permalink
Merge pull request #8 from Hashnode/scriptonist/update-install-instru…
Browse files Browse the repository at this point in the history
…ctions-linux

Update install instructions for linux
  • Loading branch information
scriptonist authored Jan 16, 2019
2 parents adb8af4 + a7e7911 commit 1396c59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
26 changes: 4 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,17 @@ Wanted to get [Hashnode](https://hashnode.com) on your terminal? Ahoy! now you c
Here is a quick sample

```
hashnode --help
hashnode stories --hot
hashnode discussions --hot
(0) Download Monitoring: A Cross-Browser Story
PreambleWhen you want to implement something in a cross-browser way, you are in for a ride down the bugtracker hole. After some ex
(1) How IDE is a blessing for beginners
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
(2) HTTP request with ES6 tagged templates
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
(3) Benefits of Progressive Web Applications (PWAs) and How to Build One
In this tutorial, we're going to build up the fundamentals on Progressive Web Applications (PWAs). I'll help you understand the pa
(4) The all-new Hashnode Chrome extension
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
(q) Quit
Press to exit
```

## Installation
#### Linux
curl -L https://github.com/Hashnode/hashnode-cli/releases/download/v0.1.8/hashnode-linux-amd64.tar.gz -o hashnode.tar.gz
curl https://raw.githubusercontent.com/Hashnode/hashnode-cli/master/get.sh | bash

```
tar xvf hashnode.tar.gz
chmod +x hashnode
sudo mv ./hashnode /usr/local/bin/hashnode
```
#### MacOS
`brew install hashnode/tap/hashnode`
brew install hashnode/tap/hashnode

#### Windows:

Download from [GitHub](https://github.com/Hashnode/hashnode-cli/releases) and add the binary to your PATH.
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>macOS</h3>
</code>
<br/>
<h3>Linux</h3>
<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>
<pre>curl https://raw.githubusercontent.com/Hashnode/hashnode-cli/master/get.sh | bash</pre>

<h3>Windows</h3>
<p>
Expand Down

0 comments on commit 1396c59

Please sign in to comment.