[![Build Status](https://travis-ci.org/fennecdjay/Gwion.svg?branch=master)](https://travis-ci.org/fennecdjay/Gwion)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/fennecdjay/Gwion.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fennecdjay/Gwion/context:cpp)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2417/badge)](https://bestpractices.coreinfrastructure.org/projects/2417)
-[![All Contributors](https://img.shields.io/badge/all_contributors-3-brigthgreen.svg](#contributors)
+[![All Contributors](https://img.shields.io/badge/all_contributors-3-brigthgreen.svg)](#contributors)
<!--[![Coveralls branch](https://img.shields.io/coveralls/fennecdjay/Gwion/master.svg)](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)