We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 114b5eb + fcc4bb5 commit f121e81Copy full SHA for f121e81
README.md
@@ -7,7 +7,9 @@ See? Here's a graph of your productivity gains after using spark: ▁▂▃▅
7
8
spark is a [shell script][bin], so drop it somewhere and make sure it's added
9
to your `$PATH`. It's helpful if you have a super-neat collection of dotfiles,
10
-[like mine][dotfiles].
+[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"
13
14
If you're on OS X, spark is also on [Homebrew][brew]:
15
0 commit comments