Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haosdent committed Mar 3, 2015
1 parent 22bee1c commit 93559bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ DESCRIPTION

For example, s foo bar would match foobar but not barfoo.

INSTALL
OS X
brew tap haosdent/s && brew install s
Linux
wget https://raw.githubusercontent.com/haosdent/s/master/s.sh
add source path/to/s.sh to $HOME/.bashrc or $HOME/.zshrc

OPTIONS

-h show a brief help message
Expand Down
3 changes: 1 addition & 2 deletions s.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "S" "1" "January 2013" "s" "User Commands"
.TH "S" "1" "January 2015" "s" "User Commands"
.SH
NAME
s \- jump around
Expand All @@ -19,7 +19,6 @@ For example, \fBs foo bar\fR would match \fB/foo/bar\fR but not \fB/bar/foo\fR.
.SH
OPTIONS
.TP
.TP
\fB\-h\fR
show a brief help message
.TP
Expand Down

0 comments on commit 93559bb

Please # to comment.