Skip to content

Commit

Permalink
README.md: update instructions on howto install mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gusttt committed Oct 3, 2024
1 parent c55cf0c commit e241709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Follow the steps at https://www.mkdocs.org/getting-started/

Summary:
- Clone this Git repo and enter the directory
- Install mkdocs `pip install mkdocs`
- Install mkdocs `pip install -r requirements.txt`
- Run `mkdocs serve` and open up http://127.0.0.1:8000/ in your browser to see the generated pages
- Make your changes

0 comments on commit e241709

Please sign in to comment.