diff --git a/README.md b/README.md index 6256427..06fdbd1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This is a simple program to manage docker containers. It works similarly to Umbr ## How to use - **Note:** All scrips must be run in the same directory as the `.config` file. -- If you want to rebuild your containers on boot, you can run `composer.py` on boot -- If you want to rebuild your containers on demand, you can run `rebuild.py` manually +- If you want to re-compose your containers on boot, you can run `composer.py` on boot +- If you want to re-compose your containers on demand, you can run `re-compose.py` manually - If you just want to do basic management, like stopping, starting, removing docker containers, etc, then use `basic-management.py`. It's essentially an interactive wrapper for the basics of docker. diff --git a/rebuild.py b/re-compose.py similarity index 100% rename from rebuild.py rename to re-compose.py