Skip to content

Commit 3220671

Browse files
committed
Fence the code with shell formatting
1 parent f121e81 commit 3220671

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
@@ -9,7 +9,9 @@ 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,
1010
[like mine][dotfiles]. Or you can use the following one-liner:
1111

12-
sudo sh -c "curl https://raw.githubusercontent.com/holman/spark/master/spark -o /usr/local/bin/spark && chmod +x /usr/local/bin/spark"
12+
```sh
13+
sudo sh -c "curl https://raw.githubusercontent.com/holman/spark/master/spark -o /usr/local/bin/spark && chmod +x /usr/local/bin/spark"
14+
```
1315

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

0 commit comments

Comments
 (0)