gyazo / Gyazo-for-Linux

Gyazo for Linux
http://gyazo.com
352 stars 104 forks source link

Fix install instructions #75

Closed silversquirl closed 8 years ago

silversquirl commented 8 years ago

The install instructions have 2 commands per section, so should use ``rather than

pastak commented 8 years ago

In my opinion ( NOT organization's ), This is better format.

But I won't discussion again about this format...

https://github.com/gyazo/Gyazo-for-Linux/pull/73

silversquirl commented 8 years ago

Okay, it's your decision I guess. I just thought I'd PR, since I just helped out someone who was a little confused about why the command curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash sudo apt-get install gyazo wasn't working ;)

silversquirl commented 8 years ago

Perhaps doing this would be more to your liking?

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

pastak commented 8 years ago

Yeah, we should fix to work like curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash && sudo apt-get install gyazo

pastak commented 8 years ago

I created PR https://github.com/gyazo/Gyazo-for-Linux/pull/76 to solve this problem