From c91a5a6f6ac40e4fc8ebd7e5d72f97aa36c2121e Mon Sep 17 00:00:00 2001 From: Jennifer Coryell Date: Tue, 30 Apr 2013 18:32:57 -0700 Subject: [PATCH] Add sh syntax highlighting to shell commands in readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72ba556217..1827665246 100644 --- a/README.md +++ b/README.md @@ -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