Skip to content

Commit fe31a95

Browse files
committed
refactor: simplify installation steps by removing redundant instructions
1 parent 566e466 commit fe31a95

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

bin/install-skeleton.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ function printResult(array $result, string $version, Terminal $t) : void {
356356
'Fichiers ignorés : ' . $skipped . ' (déjà présents)',
357357
'',
358358
'Prochaines étapes :',
359-
' 1. composer dump-autoload',
360-
' 2. cp .env.example .env',
361-
' 3. Configurer .env puis lancer votre application',
359+
' 1. composer dump-autoload'
362360
]);
363361
} else {
364362
echo "\n " . $t->yellow('Aucun nouveau fichier copié.') . " ";

0 commit comments

Comments
 (0)