From 4a5fe07bd252e762e2440674f1de25388f991ece Mon Sep 17 00:00:00 2001 From: sr264433 <99666326+sr264433@users.noreply.github.com> Date: Wed, 23 Feb 2022 17:11:54 +0100 Subject: [PATCH] Update README.md Changes in line 42 under the heading Prerequisites. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bc5367..e760a1e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ python --version ``` 3. If you don't have Python installed, install Python 3.9.0 or higher ### Installation -1. Run the Docker Compose file `docker-compose run --build` +1. Run the command 'docker-compose run web' for the first time. ('docker-compose up --build' should work for the next time). 2. Go to http://localhost:5000/ and follow the basic setup wizard and create an account 3. Create a terminal in your 'web'-container and run the following commands: @@ -653,4 +653,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.