Skip to content

Commit f121e81

Browse files
committed
Merge pull request holman#86 from foulowl/patch-1
Update README.md
2 parents 114b5eb + fcc4bb5 commit f121e81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ See? Here's a graph of your productivity gains after using spark: ▁▂▃▅
77

88
spark is a [shell script][bin], so drop it somewhere and make sure it's added
99
to your `$PATH`. It's helpful if you have a super-neat collection of dotfiles,
10-
[like mine][dotfiles].
10+
[like mine][dotfiles]. Or you can use the following one-liner:
11+
12+
sudo sh -c "curl https://raw.githubusercontent.com/holman/spark/master/spark -o /usr/local/bin/spark && chmod +x /usr/local/bin/spark"
1113

1214
If you're on OS X, spark is also on [Homebrew][brew]:
1315

0 commit comments

Comments
 (0)