Skip to content

Commit

Permalink
Merge pull request #78 from leovct/leovct/fix-doc-running-locally
Browse files Browse the repository at this point in the history
doc: mention to clone submodules along the repository
  • Loading branch information
Jeiwan authored Nov 13, 2023
2 parents 2ddcd1c + 8e3a11f commit c146f4c
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 @@ -4,7 +4,7 @@
<img src="/static/images/cover.png" alt="Uniswap V3 Development Book cover" width="360"/>
</p>

This book will teach how to develop an advanced decentralized application! Specifically, we'll be building a clone of
This book will teach how to develop an advanced decentralized application! Specifically, we'll be building a clone of
[Uniswap V3](https://uniswap.org/), which is a decentralized exchange.

## Why Uniswap?
Expand Down Expand Up @@ -96,9 +96,9 @@ Don't hesitate to ask questions about anything that's not clear in the book!

To run the book locally:
1. Install [Hugo](https://gohugo.io/).
1. Clone the repo:
1. Clone the repo and the theme submodule:
```shell
$ git clone https://github.com/Jeiwan/uniswapv3-book
$ git clone https://github.com/Jeiwan/uniswapv3-book --recurse-submodules
$ cd uniswapv3-book
```
1. Run:
Expand Down

0 comments on commit c146f4c

Please sign in to comment.