Updated Run FMG locally (markdown)

Azgaar 2022-02-06 00:45:16 +03:00
parent 0e20a8fb8a
commit 19e9afaa4f

@ -10,4 +10,4 @@ The easiest way to run a local web-server is to use Python's `http.server` modul
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.
3. For other systems open the terminal and print a `python -m http.server 8000` command. Then open `http://localhost:8000/` in browser.