Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkv29 authored May 30, 2024
1 parent 80c22c1 commit 91e8de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ This command will start the container and map port 8000 from the container to po
### Installation
- navigate to the root directory of TracEX in your terminal
- run `install-dependencies-unix.sh` or `install-dependencies-windows.ps1`, based on your operating system _(Using e.g. Terminal)_
- run `python tracex/manage.py migrate` to update the database and apply all changes stored in the `migrations` folder
- run `python tracex_project/manage.py migrate` to update the database and apply all changes stored in the `migrations` folder

### Execution
- Run `python tracex/manage.py runserver` in the root directory of TracEX _(Using e.g. Terminal)_
- Run `python tracex_project/manage.py runserver` in the root directory of TracEX _(Using e.g. Terminal)_

### Pre-Commit

Expand Down

0 comments on commit 91e8de4

Please sign in to comment.