Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lavadk authored May 17, 2021
1 parent 256a3d1 commit a2aece6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ For example:
To build your own version of Liker:

1. Download the source code
```
git clone --recurse-submodules https://github.com/luckybots/liker.git
```
If you don't add `--recurse-submodules` -- you'll get an error during `make build` (make: *** No rule to make target 'build')

2. Create and customize `data/config.json` according to `data/config_example.json`

Expand Down

0 comments on commit a2aece6

Please sign in to comment.