Skip to content

Commit

Permalink
Add syntax highlighting to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schoonology committed May 20, 2016
1 parent 0fc3bfe commit 963208c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ For now, this project assumes you're either a developer or sufficiently
technically minded, so it requires you to build from source. Ensure you have
[XCode][xcode] installed, then run:

make
make install
```sh
make
make install
```

The first `make` command builds Browter itself, while `make install` makes the
companion `browter` script available on the command-line.
Expand All @@ -33,7 +35,7 @@ companion `browter` script available on the command-line.

## Example

```
```sh
# Open all Google-y things in the Google Browser™.
browter add google "Google Chrome"
# Use Opera by default.
Expand Down

0 comments on commit 963208c

Please sign in to comment.