From 586bdceca9cc8c27509a5c83c10f764a43811edb Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Thu, 20 May 2021 02:07:40 +0000 Subject: [PATCH] Revert "Update README.md" This reverts commit d792452d22377252e6b8ba60d580c038cfe07500. Project is no longer abandoned ^.^ --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51fc094..c6c5087 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# PROJECT ABANDONED - -## Installation +# Installation Open psql as user ```postgres```: ```sh @@ -37,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 @@ -53,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: