1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-12 01:10:48 +01:00

Update wording

This commit is contained in:
Akitake 2024-06-04 18:03:41 +02:00 committed by GitHub
parent 77c5927822
commit c71fd91422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,9 @@ For quick local iteration, you can setup your own [mkdocs](https://www.mkdocs.or
1. Install the latest [Python](https://www.python.org/) and [pip](https://pip.readthedocs.io/en/stable/installing/)
2. Make sure pip is up-to-date by running `pip install --upgrade pip`
3. Change directory to the root of your forked project and run `python -m pip install -r requirements.txt`
4. From the same root directory run `python -m mkdocs serve`. You can now access your live preview at `http://127.0.0.1:8000/`.
4. From the same root directory run `python -m mkdocs serve`
You can now access your live preview at `http://127.0.0.1:8000/`.
The live preview will update in real time as changes are found in your files.
## License