mirror of
https://github.com/rainerosion/E5SubBotForSQLite.git
synced 2026-06-02 16:43:43 +08:00
📝 Writing documents
This commit is contained in:
parent
d8b13d6d35
commit
3d5f1378fd
16
README.md
16
README.md
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user