Skip to content

Commit 4cde112

Browse files
Update package and README (#96)
1 parent 66906d2 commit 4cde112

File tree

3 files changed

+226
-216
lines changed

3 files changed

+226
-216
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ To build the documentation on your local machine, ensure you have Python and pip
1010
# Clone the repository.
1111
git clone https://github.com/darwinia-network/docs.git && docs
1212
# Install necessary dependencies.
13-
pip install mkdocs-material mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin
14-
# View the documentation in your browser at `http://127.0.0.1:8000`.
13+
poetry install --no-root
14+
# Build and view the documentation in your browser at `http://127.0.0.1:8000`.
15+
mkdocs build
1516
mkdocs serve
1617
```
1718

0 commit comments

Comments
 (0)