We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee064d commit c4100d8Copy full SHA for c4100d8
readme.md
@@ -82,11 +82,11 @@ Getting Started
82
The easiest way to get started is to clone the repository:
83
84
```bash
85
-# Get the latest snapshot
86
-git clone --depth=1 https://github.com/unicodeveloper/laravel-hackathon-starter.git myproject
+# Get the project
+git clone https://github.com/unicodeveloper/laravel-hackathon-starter.git hackathon-starter-pack
87
88
# Change directory
89
-cd myproject
+cd hackathon-starter-pack
90
91
# Rename env.example to .env and fill in all the keys and secrets and also generate a secure key for the app using `php artisan key:generate`
92
0 commit comments