blob: 0bd7de92104922caec95b88b703cd6146ea9006a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This project uses git submodules. To clone, run:
git clone --recursive git://git.build2.org/build2.git
Or:
git clone --recursive https://git.build2.org/build2.git
Alternatively, if you have already cloned without --recursive, run:
git submodule update --init
|