Browse Source

Update README.

Mikael Capelle 6 years ago
parent
commit
7d39e3d00a
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      README.md

+ 8
- 8
README.md View File

@@ -61,19 +61,19 @@ You first need to register on one of these platform, the steps to import the pro
61 61
 2. Clone this repository somewhere:
62 62
 
63 63
     ```bash
64
-git clone https://gitea.typename.fr/INSA/be-graphes.git
65
-```
64
+	git clone https://gitea.typename.fr/INSA/be-graphes.git
65
+	```
66 66
 
67 67
 3. Go inside the newly cloned repository and update the **remote**:
68 68
 
69 69
     ```bash
70
-cd be-graphes
71
-git remote remove origin
72
-git remote add origin $URL_REPOSITORY
73
-```
70
+	cd be-graphes
71
+	git remote remove origin
72
+	git remote add origin $URL_REPOSITORY
73
+	```
74 74
 
75 75
 4. Push to your repository:
76 76
 
77 77
     ```bash
78
-push -u origin master
79
-```
78
+	push -u origin master
79
+	```

Loading…
Cancel
Save