From 7d39e3d00a5207ce8a701c32dacb46423f1918ec Mon Sep 17 00:00:00 2001 From: Mikael Capelle Date: Tue, 13 Mar 2018 15:38:55 +0100 Subject: [PATCH] Update README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e616f6a..b261953 100644 --- a/README.md +++ b/README.md @@ -61,19 +61,19 @@ You first need to register on one of these platform, the steps to import the pro 2. Clone this repository somewhere: ```bash -git clone https://gitea.typename.fr/INSA/be-graphes.git -``` + git clone https://gitea.typename.fr/INSA/be-graphes.git + ``` 3. Go inside the newly cloned repository and update the **remote**: ```bash -cd be-graphes -git remote remove origin -git remote add origin $URL_REPOSITORY -``` + cd be-graphes + git remote remove origin + git remote add origin $URL_REPOSITORY + ``` 4. Push to your repository: ```bash -push -u origin master -``` \ No newline at end of file + push -u origin master + ``` \ No newline at end of file