Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ A web-browser viewer for anatomical flatmaps generated by [flatmap-maker](https:
### Installation

1. Clone this repository.
2. Run `bun install` in the checked out working directory.
2. Clone submodules in this repository with the following command:
```
git submodule update --init --recursive
```
3. Run `bun install` in the checked out working directory.


### Configuration
Expand Down