Skip to content

Commit c4100d8

Browse files
docs(readme): Update readme
1 parent 5ee064d commit c4100d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Getting Started
8282
The easiest way to get started is to clone the repository:
8383

8484
```bash
85-
# Get the latest snapshot
86-
git clone --depth=1 https://github.com/unicodeveloper/laravel-hackathon-starter.git myproject
85+
# Get the project
86+
git clone https://github.com/unicodeveloper/laravel-hackathon-starter.git hackathon-starter-pack
8787

8888
# Change directory
89-
cd myproject
89+
cd hackathon-starter-pack
9090

9191
# 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`
9292

0 commit comments

Comments
 (0)