Update README.
This commit is contained in:
16
README.md
16
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:
|
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
|
||||||
```
|
```
|
Reference in New Issue
Block a user