]> Nishi Git Mirror - gwion.git/commitdiff
:book: Fix typo [skip ci]
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 20 Jun 2019 18:06:09 +0000 (20:06 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 20 Jun 2019 18:06:09 +0000 (20:06 +0200)
README.md

index 7487bf90322e413a08fbf2a5276cb90391d0c751..151faf004c6c764875d406ab9c37f03202e34d23 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 [![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
@@ -31,16 +31,13 @@ Still WIP :construction_worker: but a nice place to learn and [contribute](https
 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)