Skip to content

Commit

Permalink
Update README about Install
Browse files Browse the repository at this point in the history
Now It is confusing because it looks like `curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.rpm.sh | sudo bash sudo yum install gyazo`. So It will split and make them list.
  • Loading branch information
pastak committed Sep 6, 2016
1 parent cae7c04 commit 793163c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ https://gyazo.com/

### `apt-get` Install

`curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash`
`sudo apt-get install gyazo`
- `curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash`
- `sudo apt-get install gyazo`

### `yum` Install

`curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.rpm.sh | sudo bash`
`sudo yum install gyazo`
- `curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.rpm.sh | sudo bash`
- `sudo yum install gyazo`

### Add the Gyazo Icon to the Unity Launcher

Expand Down

0 comments on commit 793163c

Please sign in to comment.