From 0a04bf6306c70d71acca0312a9c1ffba51f91de0 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 20 Jun 2019 20:06:09 +0200 Subject: [PATCH] :book: Fix typo [skip ci] --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7487bf90..151faf00 100644 --- 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) # 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) -- 2.43.0