diff --git a/README.md b/README.md index 9704c0d..63a50e2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ I was asked to make an AppSettings archiver, so this should work as a rough attempt ... for now. # How to install -Copy `config.example.py` to `config.py`. Configure your destination directory, and your ROBLOSECURITY cookie if you wish to provide one. I would recommend using an alternate Roblox account, mostly out of precaution. Your ROBLOSECURITY is not transmitted to any other place than Roblox with this script. +Copy `config.example.py` to `config.py`. Configure your destination directory, and your ROBLOSECURITY cookie if you wish to provide one. I would recommend using an alternate Roblox account, mostly out of precaution. Your ROBLOSECURITY is not transmitted to any third party with this script, only Roblox will see your ROBLOSECURITY. This project uses [Poetry](https://python-poetry.org/), which has very clear documentation on how to install it: