From 7b4f0b34985a56d5d77c7d5ecc923807e96a145a Mon Sep 17 00:00:00 2001 From: Clair Delafuente Date: Tue, 19 Aug 2025 00:32:50 -0400 Subject: [PATCH] Update README to make more sense to a human --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: