Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
winterIAT authored Jan 13, 2025
1 parent 27d45d9 commit 78308d8
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 @@ -12,7 +12,7 @@ The following lines make sure you are in the "server" subfolder, install needed
```
cd server
pip install -r requirements.txt
python app.py
python server.py
```

After that the server is running under:
Expand Down Expand Up @@ -81,7 +81,7 @@ The commands in the build file are explained in the following and can also be ru
```
- Building the Client part automatically puts the new Client-Files into the servers static folder. Therefore by starting the Python server the new client is served.
- make sure you are in the right folder (server) and run the app.py script:
- make sure you are in the right folder (server) and run the server.py script:
```
cd server
pip install -r requirements.txt
Expand Down

0 comments on commit 78308d8

Please sign in to comment.