Update package creation section for GNU/Linux

Curtis Gedak 2018-08-15 10:31:10 -06:00
parent 15c1d565d8
commit a868aaaf0e

@ -105,8 +105,8 @@ Steps
7. PREPARE RELEASE PACKAGES
- GNU/Linux
- **.deb** - Automatically generated by `package/create_deb.sh` (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))
- **.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))
- **.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
- Automatically generated by `package/prepare_osx.sh` (See [Package Manuskript for OS X with PyInstaller](https://github.com/olivierkes/manuskript/wiki/Package-manuskript-for-OS-X))