From f36b6020fab1c8487c791df2ecc532bd0a4c4246 Mon Sep 17 00:00:00 2001 From: Ali Date: Sun, 20 Mar 2022 12:38:21 +0500 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56a5552..12a1c87 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the source code behind the Laracasts series [The Docker Tutorial](https: To get started, make sure you have [Docker installed](https://docs.docker.com/docker-for-mac/install/) on your system, and then clone this repository. -Next, navigate in your terminal to the directory you cloned this, and spin up the containers for the web server by running `docker-compose up -d --build site`. +Next, navigate in your terminal to the directory you cloned this, and spin up the containers for the web server by running `docker-compose up -d --build`. After that completes, follow the steps from the [src/README.md](src/README.md) file to get your Laravel project added in (or create a new blank one). @@ -29,4 +29,4 @@ If you encounter any issues with filesystem permissions while visiting your appl - Modify the values in the `ENV` attributes to match the user and group of this folder in your system - Re-build the containers by running `docker-compose build --no-cache` -Then, either bring back up your container network or re-run the command you were trying before, and see if that fixes it. \ No newline at end of file +Then, either bring back up your container network or re-run the command you were trying before, and see if that fixes it.