Skip to content

Commit

Permalink
Merge pull request #55 from dasmoose/master
Browse files Browse the repository at this point in the history
Add sh syntax highlighting to shell commands in readme
  • Loading branch information
miguelsousa committed May 1, 2013
2 parents 5f7722b + c91a5a6 commit 6b33fde
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,19 @@ Information and usage instructions can be found by executing `makeotf -h`.
In this repository, all necessary files are in place for building the OTF and TTF fonts.
For example, build a binary OTF font for the Regular style like this:

$ cd Roman/Regular/
$ makeotf -r
```sh
$ cd Roman/Regular/
$ makeotf -r
```

### Building all fonts

For convenience, a shell script named `build.sh` is provided in the root directory.
It builds all OTFs and TTFs, and can be executed by typing:

$ ./build.sh
```sh
$ ./build.sh
```

## Getting Involved

Expand Down

0 comments on commit 6b33fde

Please sign in to comment.