Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Berens <nberens@inovex.de>2018-01-12 13:22:00 +0300
committerNicolas Berens <nberens@inovex.de>2018-01-12 13:22:00 +0300
commit03a1ef179e61f34f19736c879144878211e5f5b2 (patch)
tree2a483c78f13bc3405267607442fef2c02b7c34e7
parent383eae8202d1e05b252ff573b768acda5191425e (diff)
Fixed URL
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 9d2bed3..5eff196 100644
--- a/README.rst
+++ b/README.rst
@@ -302,9 +302,9 @@ Most of the time there are two possible points of failure that can be debugged b
Working with Centos/RHEL
~~~~~~~~~~~~~~~~~~~~~~~~
-Since Centos only Provides Python3.4, you can use _SoftwareCollections: https://www.softwarecollections.org/en/ to install a newer Python Version.
+Since Centos only provides Python 3.4, you can use `SoftwareCollections <https://www.softwarecollections.org>`_ to install a newer Python version.
-For Example Python 3.5: https://www.softwarecollections.org/en/scls/rhscl/rh-python35/
+For example Python 3.5: https://www.softwarecollections.org/en/scls/rhscl/rh-python35/
.. code-block:: bash
@@ -320,10 +320,10 @@ For Example Python 3.5: https://www.softwarecollections.org/en/scls/rhscl/rh-pyt
# 4. Install nextcloud-news.updater
$ sudo pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin"
-After the Install you can run The Updater as a Service by extending the Service File with the correct Environment Variable for your Python version. In This Example we use Python 3.5:
+After the install you can run the updater as a service by extending the service file with the correct environment variable for your Python version. In this example we use Python 3.5:
.. code:: ini
-
+
[Unit]
After=default.target