Revert "Update README.md"

This reverts commit d792452d22.

Project is no longer abandoned ^.^
This commit is contained in:
jkhsjdhjs 2021-05-20 02:07:40 +00:00
parent 9c3cd2f816
commit 586bdceca9

View File

@ -1,6 +1,4 @@
# PROJECT ABANDONED # Installation
## Installation
Open psql as user ```postgres```: Open psql as user ```postgres```:
```sh ```sh
@ -37,7 +35,7 @@ cp nxy/files/{.env,config.json} .
vim .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: Enable linger for the bot user (so it starts at boot and keeps running), install and activate systemd unit:
```sh ```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 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: For development set the BOT_DEV variable: