shaduzlabs / cabl

Controller ABstraction Layer
MIT License
128 stars 36 forks source link

Update README.md, add git modules derectives #7

Closed aspanoz closed 6 years ago

aspanoz commented 6 years ago

Maybe it a good idea add some help for git newbie and add command for git submodules. I'm talking about part where you say how to clone repository. Something like that:

git clone https://github.com/shaduzlabs/cabl.git
cd cabl
git submodule init
git submodule update
mkdir build && cd build
shaduzlabs commented 6 years ago

that's already included in the develop branch, which will hopefully be merged to master within a couple of weeks :)

aspanoz commented 6 years ago

Oh! My mistake :)