Minor corrections applied

This commit is contained in:
Chish36 2025-09-29 10:19:45 +01:00 committed by Julian Stirling
parent e56a11ef66
commit 38c991d232
2 changed files with 3 additions and 3 deletions

View file

@ -112,12 +112,11 @@ To start the simulation server:
* Activate the virtual environment that was set up during installation
* Run the following command:
`openflexure-microscope-server --fallback -c ./ofm_config_simulation.json`
`openflexure-microscope-server --fallback -c ./ofm_config_simulation.json`
* Open the address displayed in the terminal in any browser.
* To close the simulation server, return to the terminal and press `ctrl + c`.
> Note: If you are using Windows, we advise running this command in PowerShell. If it doesn't work this, might be a permission issue on managed machines, in which case try executing the command in a CMD terminal.
> Note: If you receive an error saying that port 5000 is already in use, you can specify a different port to run the simulation on using `--port`: