This commit is contained in:
Anon 2022-07-17 23:31:14 -07:00
parent c5a6cb3697
commit 7189e29cf2

View File

@ -97,7 +97,7 @@ BAT: [Basic Attention Token](https://basicattentiontoken.org/)
# Useful Tips # Useful Tips
## 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 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). Most likely, you will want this bot to run over a long period of time. It is probably 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