Add missing word to package creation section for GNU/Linux

Curtis Gedak 2018-08-15 10:32:35 -06:00
parent a868aaaf0e
commit c56d1d5bc8

@ -105,7 +105,7 @@ Steps
7. PREPARE RELEASE PACKAGES
- GNU/Linux
- **.deb** - Manually create with `./package/create_deb.sh` (See [Package Manuskript for Linux with dpkg](https://github.com/olivierkes/manuskript/wiki/Package-Manuskript-for-Linux-with-dpkg))
- **.deb** - Manually create with `./package/create_deb.sh` script (See [Package Manuskript for Linux with dpkg](https://github.com/olivierkes/manuskript/wiki/Package-Manuskript-for-Linux-with-dpkg))
- **.rpm** - Manually create with `./package/create_rpm.sh` script (See [Package Manuskript for Linux with rpm](https://github.com/olivierkes/manuskript/wiki/Package-Manuskript-for-Linux-with-rpm))
- Mac OS X