Skip to content

Commit

Permalink
Merge pull request #1309 from TtheBC01/main
Browse files Browse the repository at this point in the history
Add a little hint to README-dev.md
  • Loading branch information
Trivo25 authored Dec 12, 2023
2 parents c113ac9 + 169a4f8 commit 92773b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This README includes information that is helpful for o1js core contributors.

## Setting up the repo on your local

After cloning the repo, you must fetch external submodules for the following examples to work.

```sh
git clone https://github.com/o1-labs/o1js.git
cd o1js
git submodule update --init --recursive
```

## Run examples using Node.js

```sh
Expand Down

0 comments on commit 92773b0

Please sign in to comment.