Update README.

This commit is contained in:
Mikael Capelle 2018-03-13 15:38:55 +01:00
parent 2624681499
commit 7d39e3d00a

View File

@ -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: 2. Clone this repository somewhere:
```bash ```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**: 3. Go inside the newly cloned repository and update the **remote**:
```bash ```bash
cd be-graphes cd be-graphes
git remote remove origin git remote remove origin
git remote add origin $URL_REPOSITORY git remote add origin $URL_REPOSITORY
``` ```
4. Push to your repository: 4. Push to your repository:
```bash ```bash
push -u origin master push -u origin master
``` ```