Skip to content

Commit 9a41e8f

Browse files
authored
Merge pull request #1 from maxibanki/patch-3
Minor README.md changes
2 parents 0e702e5 + c404790 commit 9a41e8f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Sinusbot startscript
2-
## installation
3-
1. copy the file `sinusbot.service` to `/lib/systemd/system/sinusbot.service`
1+
# SinusBot startscript
42

3+
## Installation
4+
5+
1. Copy the file `sinusbot.service` to `/lib/systemd/system/sinusbot.service`
56
2. Adjust the following placeholders to your installation:
67

7-
placeholder | description | example
8-
-----------------------------|---------------------------------------------|------------------------
9-
YOUR_USER | Your user who starts the bot | sinusbot
10-
YOUR_PATH_TO_THE_BOT\_BINARY | Your path to the SinusBot binary | /opt/sinusbot/sinusbot
11-
YOU_PATH_TO_THE_BOT | Your path to the SinusBot install directory | /opt/sinusbot
8+
placeholder | description | example
9+
------------------------------|---------------------------------------------|------------------------
10+
YOUR_USER | Your user who starts the bot | sinusbot
11+
YOURPATH_TO_THE_BOT\_BINARY | Your path to the SinusBot binary | /opt/sinusbot/sinusbot
12+
YOURPATH_TO_THE_BOT_DIRECTORY | Your path to the SinusBot install directory | /opt/sinusbot
1213

1314
3. Reload systemd: `systemctl daemon-reload`
14-
1515
4. Start the sinusbot: `service sinusbot start`

0 commit comments

Comments
 (0)