Skip to content

Commit c8734f8

Browse files
homer6indirect
authored andcommitted
Added the installation instructions for Ubuntu
1 parent f358b42 commit c8734f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ Old school:
2222
chmod 755 gist &&
2323
mv gist /usr/local/bin/gist
2424

25+
Ubuntu:
26+
27+
sudo apt-get install ruby
28+
sudo apt-get install rubygems
29+
sudo apt-get install libopenssl-ruby
30+
sudo gem install gist
31+
sudo cp /var/lib/gems/1.8/bin/gist /usr/local/bin/
32+
gist -h
33+
34+
2535

2636
Use
2737
---

0 commit comments

Comments
 (0)