updated old backend folder to new src folder
This commit is contained in:
parent
f8e07dc45b
commit
7b102c3cd4
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
## How to Run
|
||||
|
||||
1. Navigate to the `backend` folder of **this** project in your terminal:
|
||||
1. Navigate to the `src` folder of **this** project in your terminal:
|
||||
```
|
||||
cd path/to/backend
|
||||
cd path/to/src
|
||||
```
|
||||
|
||||
2. Run the following command to start the Docker containers:
|
||||
|
|
Loading…
Reference in a new issue