Update README.
這個提交存在於:
父節點
2624681499
當前提交
7d39e3d00a
共有 1 個檔案被更改,包括 8 行新增 和 8 行删除
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:
|
||||
|
||||
```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
|
||||
```
|
||||
push -u origin master
|
||||
```
|
載入中…
新增問題並參考