There was an error while loading. Please reload this page.
1 parent dd09c87 commit f9eaf94Copy full SHA for f9eaf94
docs/contributors.md
@@ -23,5 +23,6 @@ To help with your development, these command may help:
23
24
Two bash scripts exist to help with the development of our docs.
25
26
-- `npm run serveDocs` - serves .md files from ./docs using mkdocs' dev server
27
-- `npm run buildDocs` - builds the site using ./docs' for use in github pages
+- `pip install mkdocs` - Installs mkdocs
+- `npm run serveDocs` - Serves .md files from ./docs using mkdocs' dev server
28
+- `npm run buildDocs` - Builds the site using ./docs' for use in github pages
0 commit comments