File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
## Développeurs <a href =" #develop " id =" develop " ></a >
13
13
14
14
* [ 🦋 Commencer avec Papillon] ( develop/getting-started/README.md )
15
- * [ Tester avec Expo Go] ( develop/getting-started/tester-avec-expo-go.md )
16
15
* [ Préparer l'environnement de développement] ( develop/getting-started/preparer-lenvironnement-de-developpement.md )
16
+ * [ Tester avec Expo Go] ( develop/getting-started/tester-avec-expo-go.md )
17
17
* [ Structure] ( develop/getting-started/structure.md )
18
18
* [ 💻 Compiler Papillon] ( develop/build/README.md )
19
19
* [ Pour iOS] ( develop/build/pour-ios.md )
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ Ce script effectue un clonage du dépôt git de Papillon auquel vous ne pouvez p
17
17
{% tabs %}
18
18
{% tab title="npm" %}
19
19
``` sh
20
- git clone git@ github.com: PapillonApp/Papillon.git
20
+ git clone https:// github.com/ PapillonApp/Papillon.git
21
21
cd Papillon
22
22
npm install
23
23
```
24
24
{% endtab %}
25
25
26
26
{% tab title="pnpm" %}
27
27
``` sh
28
- git clone git@ github.com: PapillonApp/Papillon.git
28
+ git clone https:// github.com/ PapillonApp/Papillon.git
29
29
cd Papillon
30
30
pnpm install
31
31
```
You can’t perform that action at this time.
0 commit comments