diff --git a/README.md b/README.md index 41a9c3f..f2a3de6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ As a capture the flag platform, users will be able to sign up for the platform a 1. Go to `http://localhost:3000` in your browser to view the frontend. 1. Click on the `Register` button on the top right to create an account. The first account created will be an admin account. 1. If you need to import challenges from another source, such as [here](https://github.com/csivitu/ctf-challenges/tree/master), see the README in the `importer` directory. +1. If you need to make changes to anything, make the changes and run `docker-compose up -d --build` to rebuild the containers. ## Development Setup Instructions