📝 Writing documents

This commit is contained in:
rainerosion 2020-12-15 14:19:18 +08:00
parent d8b13d6d35
commit 3d5f1378fd

View File

@ -69,6 +69,22 @@ nohup ./E5SubBot > /tmp/e5sub.log &
``` ```
Linux Systemd: Linux Systemd:
- download file
```bash
wget https://github.com/rainerosion/E5SubBot/releases/download/0.2.1/E5SubBot_linux_x64.tar.gz
# Unzip file
tar xvjf E5SubBot_linux_x64.tar.gz
# create folder
mkdir /opt/e5sub
# move file
mv ./E5SubBot /opt/e5sub/E5SubBot
# Add execution permission
chmod a+x /opt/e5sub/E5SubBot
# Modify configuration file
vim /opt/e5sub/config.yml
```
- Edit service file - Edit service file
```bash ```bash