diff --git a/docs/linux-install.md b/docs/linux-install.md index eb3fce83..73b3ab53 100644 --- a/docs/linux-install.md +++ b/docs/linux-install.md @@ -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 @@ -22,4 +22,4 @@ 2. If you haven't already, install npm dependencies by running `npm install`. 3. Start the server with `npm run serve`. -Please note that you may need to set environment variables or modify the host and port as per your setup. You can refer to the `runserver.sh` and `frontend.sh` files for more details. \ No newline at end of file +Please note that you may need to set environment variables or modify the host and port as per your setup. You can refer to the `runserver.sh` and `frontend.sh` files for more details.