diff --git a/README.md b/README.md index ffba05d..22a0664 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ https://discord.com/api/oauth2/authorize?client_id=1168083075515826186&permissio ## Installing ### Example on CentOS Stream9: -1. Install python: yum install python3.11 python3.11-devel python3.11-pip python3.11-pip-wheel python3.11-wheel -2. Make a venv: python3.11 -m venv --symlinks --system-site-packages .venv -3. Install requirements into venv: ./.venv/bin/pip install -r requirements.txt +1. Install python: `yum install python3.11 python3.11-devel python3.11-pip python3.11-pip-wheel python3.11-wheel` +2. Make a venv: `python3.11 -m venv --symlinks --system-site-packages .venv` +3. Install requirements into venv: `./.venv/bin/pip install -r requirements.txt` 4. Copy mvkdicebot.example.ini to mvkdicebot.ini 5. Create a bot account and get a token: https://discord.com/developers/applications/ 6. Put the token into mvkdicebot.ini