diff --git a/README.md b/README.md index e80b3f4..06e8c0d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Open source mobile web application to help Portland Indigenous Marketplace manag ## Startup The `.env` files contains the environment variables that docker / the backend rely on to run. You should not need to change this. -Before launching, run `npm install` in both the backend and the frontend directory. Then, from the root directory, run `docker-compose up` to launch all three containers in attached view, or with the flag `-d` to run the containers in the background. +From the root directory, run `docker-compose up` to launch all three containers in attached view, or with the flag `-d` to run the containers in the background. ## Contribution Guide Every feature you work on should have a corresponding issue on the github project. If you're about to start a feature and this isn't true, go make an issue and assign it to yourself! Every issue should have its own associated branch. Make sure that branch names briefly describes what changes are being implemented.