Skip to content

Commit 6b33fde

Browse files
committed
Merge pull request #55 from dasmoose/master
Add sh syntax highlighting to shell commands in readme
2 parents 5f7722b + c91a5a6 commit 6b33fde

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@ Information and usage instructions can be found by executing `makeotf -h`.
3333
In this repository, all necessary files are in place for building the OTF and TTF fonts.
3434
For example, build a binary OTF font for the Regular style like this:
3535

36-
$ cd Roman/Regular/
37-
$ makeotf -r
36+
```sh
37+
$ cd Roman/Regular/
38+
$ makeotf -r
39+
```
3840

3941
### Building all fonts
4042

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

44-
$ ./build.sh
46+
```sh
47+
$ ./build.sh
48+
```
4549

4650
## Getting Involved
4751

0 commit comments

Comments
 (0)