Merge branch 'testing' into dev

This commit is contained in:
Veronica K. B. Olsen
2021-03-29 18:52:36 +02:00
2 changed files with 8 additions and 5 deletions
+3 -3
View File
@@ -43,8 +43,8 @@ Step 2: Install Package (Optional)
----------------------------------
You can install novelWriter to the default location for Python packages using ``setuptools``. This
step is optional as you can also just put the novelWriter program folder wherever you like. For
instance to ``/opt/novelWriter`` and run Step 3 to set up icons and launcher.
step is optional as you can also just put the novelWriter program folder wherever you like
yourself. For instance in ``/opt/novelWriter``, and then run Step 3 to set up icons and launcher.
To install novelWriter to the default location, it requires that you have ``setuptools`` installed
on your system. If you don't have it installed, it can usually be installed from your distro's
@@ -84,7 +84,7 @@ Step 3: Create Launcher Icons
Regardless of where you extract or install the source files, you can set up a standard icon and a
launcher. To set up this desktop launcher, the needed icons, and the project file association,
run the following from inside the novelWriter folder:
run the following from inside the novelWriter folder at the installed or final location:
.. code-block:: console