We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0c6a2 commit ee5e05dCopy full SHA for ee5e05d
.docs/Installation.md
@@ -44,9 +44,10 @@ Composerに関しては、動けばいいので、参考記事の方法以外で
44
45
### 手順 3
46
47
-1. [本リポジトリ](https://github.com/u-lab/u-lab-laravel-hands-on) をcloneする
48
-2. Terminal で `composer install`を入力。
49
-3. サーバー起動 `php artisan serve` を入力。
50
-4. ブラウザで `http://localhost:8000` にアクセス。
51
-5. 画面に `Laravel` と表示されたら終わり。
+1. [本リポジトリ](https://github.com/u-lab/u-lab-laravel-hands-on) をForkする
+2. Forkしたプロジェクトをcloneする
+3. Terminal で `composer install`を入力。
+4. サーバー起動 `php artisan serve` を入力。
+5. ブラウザで `http://localhost:8000` にアクセス。
52
+6. 画面に `Laravel` と表示されたら終わり。
53
0 commit comments