diff --git a/README.md b/README.md index 6c5167878..5f90a87a4 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,16 @@ $ cp ./configs/config.yaml.example ./configs/config.yaml sudo echo "127.0.0.1 pulp.content" | sudo tee -a /etc/hosts ``` -### Import Public Repos +### Start dependency containers ```sh -$ make repos-import +$ make compose-up ``` -### Start dependency containers +### Import Public Repos ```sh -$ make compose-up +$ make repos-import ``` ### Run the server!