Skip to content

Commit

Permalink
Merge pull request #78 from dhlab-epfl/main
Browse files Browse the repository at this point in the history
git submodule README installation instructions
  • Loading branch information
liberostelios authored Oct 13, 2022
2 parents ae9537f + c02d433 commit 2468ae3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ You can run `ninja` without installation by visiting [ninja.cityjson.org](https:

## Installation

Initialize the [cityjson-vue-components](https://github.com/cityjson/cityjson-vue-components) git submodule:
```
git submodule init
git submodule update
```

Install all dependencies:

```
Expand Down

0 comments on commit 2468ae3

Please sign in to comment.