Skip to content

Commit

Permalink
Merge pull request #10 from faissaloux/md-files-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
billmn committed Sep 2, 2021
2 parents 0b9919b + dd25ade commit 9d8de24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Let's get started
### Setup

1. Fork the project
2. Clone your fork into the by running the following command *with your username placed into the {username} slot*:
2. Clone your fork by running the following command *with your username placed into the {username} slot*:
```bash
git clone https://github.com:{username}/pestphp.com-next pest
git clone https://github.com/{username}/laravel-zero.com laravel-zero
```
3. CD into the new directory you just created:
```bash
cd pest
cd laravel-zero
```
4. Run the `setup.sh` bin script, which will take all the steps necessary to prepare your local install:
```bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you want to work on this project on your local machine, you may follow the in
2. Open your terminal and `cd` to your `~/Sites` folder
3. Clone your fork into the `~/Sites/laravel-zero` folder, by running the following command *with your username placed into the {username} slot*:
```bash
git clone https://github.com:{username}/laravel-zero.com laravel-zero
git clone https://github.com/{username}/laravel-zero.com laravel-zero
```
4. CD into the new directory you just created:
```bash
Expand Down

0 comments on commit 9d8de24

Please sign in to comment.