From d792452d22377252e6b8ba60d580c038cfe07500 Mon Sep 17 00:00:00 2001 From: mrhanky Date: Wed, 13 Sep 2017 22:00:18 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9d3ee2..1a59bd2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Installation +# PROJECT ABANDONED + +## Installation Open psql as user ```postgres```: ```sh @@ -33,7 +35,7 @@ cp nxy/files/{.env,config.json} . vim .env config.json ``` -## Running as Service +### Running as Service Enable linger for the bot user (so it starts at boot and keeps running), install and activate systemd unit: ```sh @@ -49,7 +51,7 @@ ln -fs $HOME/nxy/files/nxy-db-dump.{timer,service} $HOME/.config/systemd/user systemctl --user enable --now nxy-db-dump.timer ``` -## Running as Standalone in Development Mode +### Running as Standalone in Development Mode For development set the BOT_DEV variable: @@ -67,4 +69,4 @@ Finally run nxy: ``` python3 -m bot -``` +``` \ No newline at end of file