Update linux-install.md

This commit is contained in:
FInalWombat
2023-10-15 16:09:41 +03:00
committed by GitHub
parent 595b04b8dd
commit 4c15ca5290

View File

@@ -14,7 +14,7 @@
1. With the virtual environment activated and dependencies installed, you can start the backend server.
2. Navigate to the `src/talemate/server` directory.
3. Run the server with `python run.py runserver --host 0.0.0.0 --port 5001`.
3. Run the server with `python run.py runserver --host 0.0.0.0 --port 5050`.
### Running the Frontend