Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shahi committed Nov 17, 2022
1 parent 496ee1f commit 20f7efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Follow these steps to run a copy of this site on your local machine.
1. Clone this repository:

```shell
git clone https://github.com/filecoin-project/filecoin-docs
git clone https://github.com/libp2p/docs
```

1. Navigate into the new folder and download the dependencies by running:
Expand All @@ -100,7 +100,7 @@ Follow these steps to run a copy of this site on your local machine.
3. Start the local Hugo's development server with:
```shell
npm run build
npm start
```
4. Visit [localhost:1313](http://localhost:1313) to view the site.
Expand Down

0 comments on commit 20f7efa

Please sign in to comment.