diff --git a/Run-FMG-locally.md b/Run-FMG-locally.md index d771f23..a9e57e4 100644 --- a/Run-FMG-locally.md +++ b/Run-FMG-locally.md @@ -8,6 +8,6 @@ The easiest way to run a local web-server is to use Python's `http.server` modul 1. Install Python. If you are using Linux or macOS, it should be available on your system already. If you are a Windows user, you can get an installer from the [Python homepage](https://www.python.org/downloads). On the first installer page, make sure you check the "Add Python 3.xxx to PATH" checkbox. -2. If you are Windows user, run the `run_python_server.bat` file in the Fantasy Map Generator folder. It will start the web-server and automatically open the Application in Chrome. You can edit the `.bat` file in any text editor if you want to use a different browser or host. +2. If you are Windows user, run the `run_python_server.bat` file in the Fantasy Map Generator folder. It will start the web-server and automatically open the Application in Chrome. You can edit the `.bat` file in any text editor if you want to use a different browser or host. -For other systems open the terminal and print a `python -m http.server 8000` command. Then open `http://localhost:8000/` in browser. \ No newline at end of file +3. For other systems open the terminal and print a `python -m http.server 8000` command. Then open `http://localhost:8000/` in browser. \ No newline at end of file