Commit ce77e584 authored by John Noel's avatar John Noel

Updated README.md

parent ff878efc
......@@ -30,6 +30,13 @@ rm -rf .git
git init
```
* Run this command to identify the current directory
```bash
pwd
```
**Note**: Take note of the output of this command. This shall serve as an input value to the next commands.
* Build and start Docker containers
```bash
......@@ -42,18 +49,11 @@ docker-compose up
sample_app_web_1 exited with code 0
```
* Run this command to identify the current directory
```bash
pwd
```
**Note**: Take note of output of this command. This shall serve as an input value to the next command.
* Open another Terminal (Mac/Unix) / Powershell (Windows).
* Go inside the project directory.
```bash
cd <command output of the previous command>
cd <command output of the previous pwd command>
```
* Stop Docker containers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment