1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-09-17 13:37:21 +03:00

Merge pull request #55 from dasmoose/master

Add sh syntax highlighting to shell commands in readme
This commit is contained in:
Miguel Sousa 2013-04-30 18:36:05 -07:00
commit 6b33fdecb6

View File

@ -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. 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: For example, build a binary OTF font for the Regular style like this:
$ cd Roman/Regular/ ```sh
$ makeotf -r $ cd Roman/Regular/
$ makeotf -r
```
### Building all fonts ### Building all fonts
For convenience, a shell script named `build.sh` is provided in the root directory. 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: It builds all OTFs and TTFs, and can be executed by typing:
$ ./build.sh ```sh
$ ./build.sh
```
## Getting Involved ## Getting Involved