summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Holman <zach@zachholman.com>2015-05-28 19:47:43 -0700
committerZach Holman <zach@zachholman.com>2015-05-28 19:47:43 -0700
commitf121e817ce62871c20139f62e96e8fd75951363e (patch)
treef48cc373ea4add987b29cf374f60866889acc731
parent114b5ebd25d6ce34d335fd6b5cbb8f32db123eac (diff)
parentfcc4bb5b5a0d5fba422c8fabf42a3bfcf42e9fab (diff)
Merge pull request #86 from foulowl/patch-1
Update README.md
-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]: