Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolit authored Apr 21, 2024
1 parent 752e98a commit ad5446b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@

# Dev Setup

Before running `world cardinal start` or `world cardinal dev` makes sure to run `make setup` to setup the circuit files and vendor cgo deps.
## Setting up the world engine backend
On the first set up, you may need to add the following line your .zshrc:
```
Add export PATH=$PATH:~/go/bin
```
From the project folder, run
```
cd world_engine/cardinal
make
```
Then, after making sure docker is running,
```
cd ..
world cardinal purge && world cardinal start --editor
```

0 comments on commit ad5446b

Please sign in to comment.