From c56d1d5bc8aa8074c163b244e5587c276b05f6f2 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 15 Aug 2018 10:32:35 -0600 Subject: [PATCH] Add missing word to package creation section for GNU/Linux --- Steps-To-Create-An-Official-Manuskript-Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Steps-To-Create-An-Official-Manuskript-Release.md b/Steps-To-Create-An-Official-Manuskript-Release.md index 5cbf06b..fcb8fd8 100644 --- a/Steps-To-Create-An-Official-Manuskript-Release.md +++ b/Steps-To-Create-An-Official-Manuskript-Release.md @@ -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