Skip to content

Commit e76c7da

Browse files
authored
Merge pull request #5 from tomasnorre/readme
Adjust directory names to match laravel-zero
2 parents f6f087c + fbf8b8a commit e76c7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ If you want to work on this project on your local machine, you may follow the in
1313

1414
1. Fork this repository
1515
2. Open your terminal and `cd` to your `~/Sites` folder
16-
3. Clone your fork into the `~/Sites/pest` folder, by running the following command *with your username placed into the {username} slot*:
16+
3. Clone your fork into the `~/Sites/laravel-zero` folder, by running the following command *with your username placed into the {username} slot*:
1717
```bash
1818
git clone https://github.com:{username}/laravel-zero.com laravel-zero
1919
```
2020
4. CD into the new directory you just created:
2121
```bash
22-
cd pest
22+
cd laravel-zero
2323
```
2424
5. Run the `setup.sh` bin script, which will take all the steps necessary to prepare your local install:
2525
```bash

0 commit comments

Comments
 (0)