summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e4a75b..409aabc 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@ See? Here's a graph of your productivity gains after using spark: ▁▂▃▅
spark is a [shell script][bin], so drop it somewhere and make sure it's added
to your `$PATH`. It's helpful if you have a super-neat collection of dotfiles,
-[like mine][dotfiles].
+[like mine][dotfiles]. Or you can use the following one-liner:
+
+ sudo sh -c "curl https://raw.githubusercontent.com/holman/spark/master/spark -o /usr/local/bin/spark && chmod +x /usr/local/bin/spark"
If you're on OS X, spark is also on [Homebrew][brew]: