From c9967c9cc77e0730c98689282f18b8ff2e319822 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 30 Aug 2017 23:56:03 -0400 Subject: [PATCH] Satisfy Gitea's picky Mrkdown parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1bde0c..2daf678 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ At present, installation of The Arsse is rather manual. We hope to improve this 2. If desired, create `/usr/share/arsse/config.php` using `config.defaults.php` as a guide. The file you create only needs to contain non-default settings. The `userPreAuth` setting may be of particular interest 3. Copy `/usr/share/arsse/dist/arsse.service` to `/lib/systemd/system` 4. In a terminal, execute the following to start the feed fetching service: + ``` sh sudo systemctl enable arsse sudo systemctl start arsse