Updated documentation
This commit is contained in:
parent
5c9d419d93
commit
8ce6e0dd21
12
README.md
12
README.md
@ -79,6 +79,8 @@ To begin posting:
|
|||||||
- 'safe' posts will be marked with `#yandere`
|
- 'safe' posts will be marked with `#yandere`
|
||||||
- 'nsfw' posts will be spoilered and marked as `#yandere #nsfw`
|
- 'nsfw' posts will be spoilered and marked as `#yandere #nsfw`
|
||||||
- Make sure you are in the bot's root directory (the directory with `run.sh`)
|
- Make sure you are in the bot's root directory (the directory with `run.sh`)
|
||||||
|
- Checksum all the files you added with the following command:
|
||||||
|
- `find "./rsc" -type f -exec md5sum -b '{}' \; > "./md5/master_file.txt"`
|
||||||
- Start the bot with `./run.sh`
|
- Start the bot with `./run.sh`
|
||||||
- Enter your password if you encrypted your OAuth tokens.
|
- Enter your password if you encrypted your OAuth tokens.
|
||||||
- If you symlinked the file in the [Installing](##installing) section you can simply run `yandereLewdBot` instead of changing directories and starting the bot with `./run.sh`
|
- If you symlinked the file in the [Installing](##installing) section you can simply run `yandereLewdBot` instead of changing directories and starting the bot with `./run.sh`
|
||||||
@ -92,15 +94,9 @@ To begin posting:
|
|||||||
# Donate
|
# Donate
|
||||||
XMR: 493HynLQA4z71b3j9ZDXRNQudpdFW8GxeBGD8ahRctKn97RRurMVd35DqVqdAdjv68TcXTJWUwm6ee81ujDXGcmtKFixwQk
|
XMR: 493HynLQA4z71b3j9ZDXRNQudpdFW8GxeBGD8ahRctKn97RRurMVd35DqVqdAdjv68TcXTJWUwm6ee81ujDXGcmtKFixwQk
|
||||||
|
|
||||||
# Useful Tips and Commands
|
# Useful Tips
|
||||||
## Quickly Sum the Entire rsc/ Folder
|
|
||||||
To quickly sum everything in the `rsc/` folder, run the following commands:
|
|
||||||
```
|
|
||||||
cd yandereLewdBot/
|
|
||||||
find "./rsc" -type f -exec md5sum -b {} \; > "./md5/master_file.txt"
|
|
||||||
```
|
|
||||||
## Installing Screen
|
## Installing Screen
|
||||||
Most likely, you will want this bot to run over a long period of time. It is probobly best to install the `screen` package for Linux so you don't have to have a terminal window constantly open (especially if you are running it from a remote machine such as a Raspberry Pi or server).
|
Most likely, you will want this bot to run over a long period of time. It is probobly best to install the `screen` package for your distro so you don't have to have a terminal window constantly open (especially if you are running it from a remote machine such as a Raspberry Pi or server).
|
||||||
```
|
```
|
||||||
sudo pacman -Syu
|
sudo pacman -Syu
|
||||||
sudo pacman -S --needed screen
|
sudo pacman -S --needed screen
|
||||||
|
Reference in New Issue
Block a user