Skip to content

Commit

Permalink
doc: mention to clone submodules along the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 23, 2023
1 parent 15a4feb commit 8e3a11f
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 8e3a11f

Please sign in to comment.