add build script for Linux/Mac

This commit is contained in:
marsqing
2017-08-17 10:07:23 +08:00
parent d0d0fc7709
commit 6c5787cc32
2 changed files with 23 additions and 0 deletions
+8
View File
@@ -34,10 +34,18 @@ Copy your *Operator Mono* OpenType files into the `original` folder.
From the command line, run:
### Windows
```
build
```
### Linux/Mac
```
build.sh
```
This will generate the new font files in the `build` folder. You can now install these fonts on your system.
---