File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4343read -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
You can’t perform that action at this time.
0 commit comments