diff --git a/README.md b/README.md index 4c3288c..4e656f6 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,13 @@ This project has a [Docker Image](https://git.objnull.net/NeurontalTeam/-/packag First, create a server to store *StockMAPI* on. Run the following commands: ```bash -wget https://git.objnull.net/NeurontalTeam/StockMAPI/src/branch/main/docker-compose.yml -O ~/docker-compose.yml -wget https://git.objnull.net/NeurontalTeam/StockMAPI/src/branch/main/data/settings.yaml.template -O /srv/conf/settings.yaml +wget https://git.objnull.net/NeurontalTeam/StockMAPI/raw/branch/main/docker/docker-compose.yml -O ~/docker-compose.yml +wget https://git.objnull.net/NeurontalTeam/StockMAPI/raw/branch/main/data/settings.yaml.template -O /srv/data/settings.yaml ``` -Next, change the Docker-Compose to point towards the **/srv/conf** directory. Inside of that directory, edit the lines that you need to grab API Keys, Update the Database Password, etc. +Next, change the Docker-Compose to point towards the **/srv/conf** directory. + +Inside of that directory, edit the lines that you need to grab API Keys, Update the Database Password, etc. After that, run the following command and you'll be all set! ```bash