Skip to content

Commit

Permalink
fix: command
Browse files Browse the repository at this point in the history
  • Loading branch information
suga0828 committed Sep 10, 2023
1 parent ad26232 commit f0724a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ To run docs locally, install <a href="https://www.mkdocs.org/getting-started/" t
##### Installation

```bash
$ pip install mkdocs mkdocs-simple-blog mkdocs-same-dir
pip install mkdocs mkdocs-simple-blog mkdocs-same-dir
```

##### Execution

```bash
$ mkdocs serve
mkdocs serve
```

##### Deployment

```bash
$ mkdocs gh-deploy
mkdocs gh-deploy
```

0 comments on commit f0724a8

Please sign in to comment.