From f04dc72aa447c26ed98836075c21fef79d3950d4 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Tue, 11 Feb 2025 12:43:39 -0500 Subject: [PATCH] Updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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