diff options
author | Yanis Zafirópulos <1265028+drkameleon@users.noreply.github.com> | 2020-10-29 10:33:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 10:33:47 +0100 |
commit | 0cae8ef2caccaf1104b21ab957dd877d5c2f461c (patch) | |
tree | 42a21cbbbbea4f3c1538ceaf3d119f93cc2edc32 /doc/niminst.rst | |
parent | 485d4ff802c361f363d2f455b98abc5db1a7082d (diff) | |
download | Nim-0cae8ef2caccaf1104b21ab957dd877d5c2f461c.tar.gz |
Massive documentation fixes + copy editing (#15747)
Diffstat (limited to 'doc/niminst.rst')
-rw-r--r-- | doc/niminst.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/niminst.rst b/doc/niminst.rst index bf5cb0f50..adb5e6f1f 100644 --- a/doc/niminst.rst +++ b/doc/niminst.rst @@ -59,7 +59,7 @@ Key description ``Description`` the project's description ``App`` the application's type: "Console" or "GUI". If "Console", niminst generates a special batch file - for Windows to open up the command line shell. + for Windows to open up the command-line shell. ``License`` the filename of the application's license ==================== ======================================================= @@ -114,7 +114,7 @@ Listed files will be installed into the OS's native library directory Windows section --------------- -The ``windows`` section supports the ``files`` key for Windows specific files. +The ``windows`` section supports the ``files`` key for Windows-specific files. Listed files will be installed into the application installation directory (``$appdir``). @@ -149,7 +149,7 @@ Key description ==================== ======================================================= ``InstallScript`` boolean flag whether an installation shell script should be generated. Example: ``InstallScript: "Yes"`` -``UninstallScript`` boolean flag whether a deinstallation shell script +``UninstallScript`` boolean flag whether a de-installation shell script should be generated. Example: ``UninstallScript: "Yes"`` ==================== ======================================================= @@ -184,7 +184,7 @@ Key description ==================== ======================================================= -Real world example +Real-world example ================== The installers for the Nim compiler itself are generated by niminst. Have a |