Skip to content

Commit

Permalink
Merge pull request #61 from monkeyking/patch-1
Browse files Browse the repository at this point in the history
FIX bash git --recursive
  • Loading branch information
daquexian authored Oct 17, 2019
2 parents b3dd91c + 9caebcb commit d8b1b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We use CMake build system like most C++ projects.
Clone dabnn recursively

```bash
git clone --recursively https://github.com/JDAI-CV/dabnn
git clone --recursive https://github.com/JDAI-CV/dabnn
```

### Build dabnn
Expand Down

0 comments on commit d8b1b5b

Please sign in to comment.