Skip to content

Commit 3691f1b

Browse files
committed
Ajout des étapes pour créer le template
1 parent 5f69088 commit 3691f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Pour créer une application depuis ce template, on procédera comme suit :
3737
#!/usr/bin/env bash
3838

3939
# Définir votre utilisateur GitHub
40-
read -p "Entrer votre utilisateur GitHub: " user
40+
read -p "Entrer votre utilisateur (ou organisation) GitHub: " user
4141

4242
# Définir le nom du dépot à créer
4343
read -p "Entrer le nom du dépôt à créer: " repo
4444

4545
# Créer une application java-25-cli-XXXX à partir du template https://github.com/java-cli-apps/java-25-quickstart
46-
gh repo create ${repo} --public --template git@github.com:java-cli-apps/java-25-quickstart.git
46+
gh repo create ${user}/${repo} --public --template git@github.com:java-cli-apps/java-25-quickstart.git
4747
```
4848

4949
## Construire votre application

0 commit comments

Comments
 (0)