this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #136 from akovalyov/patch-2

Fix unexistent -r git option in README

+1 -1
+1 -1
README.md
··· 9 9 Darling uses many Git submodules, so a plain clone will not do. 10 10 11 11 ```` 12 - git clone -r https://github.com/darlinghq/darling.git 12 + git clone --recurse-submodules https://github.com/darlinghq/darling.git 13 13 ```` 14 14 15 15 Updating sources: