[](https://travis-ci.org/fennecdjay/Gwion)
[](https://lgtm.com/projects/g/fennecdjay/Gwion/context:cpp)
[](https://bestpractices.coreinfrastructure.org/projects/2417)
-[
+[](#contributors)
<!--[](https://coveralls.io/github/fennecdjay/Gwion?branch=master)-->
# Gwion
This project makes use of submodules, so you can clone it with
``` sh
git clone --recursive https://github.com/fennecdjay/Gwion
+cd Gwion
```
or if you just want the minimum to start with, try
``` sh
git clone https://github.com/fennecdjay/Gwion
-git submodule update --init util ast
-```
-
-You can now move to the source directory
-``` sh
cd Gwion
+git submodule update --init util ast
```
### Configure (optionnal)