diff options
author | barthess <barthess@yandex.ru> | 2015-08-24 18:27:54 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-08-24 18:27:54 +0300 |
commit | a0df184396524a8417ad28f0bae428c889792aa9 (patch) | |
tree | a5e4749ce77ad2a816a309d403867bed5941c200 /README.md | |
parent | 5a89061e200367ad0827cb64b11a5eed8b7958be (diff) | |
parent | a123b4c1c661e6a43cb0f37a743193ddc7c81db6 (diff) | |
download | ChibiOS-Contrib-a0df184396524a8417ad28f0bae428c889792aa9.tar.gz ChibiOS-Contrib-a0df184396524a8417ad28f0bae428c889792aa9.tar.bz2 ChibiOS-Contrib-a0df184396524a8417ad28f0bae428c889792aa9.zip |
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,3 +6,19 @@ notes in file headers. Code is maintained via Github https://github.com/ChibiOS/ChibiOS-Contrib Feel free to send pull request there. + +#### Using + +```bash +# git clone git@github.com:Chibios/ChibiOS.git ChibiOS-RT +# git clone git@github.com:ChibiOS/ChibiOS-Contrib.git ChibiOS-Contrib +``` +Note: this repos cloned in the same directory side by side (not inside). + +#### Useful links + +https://help.github.com/ + +http://git-scm.com/ + +http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide |