Skip to content

Commit

Permalink
Merge pull request #5 from philbates35/remove-dot-git-dir
Browse files Browse the repository at this point in the history
Readme: rm -rf .git after cloning repo
  • Loading branch information
philbates35 authored Jan 18, 2024
2 parents 5a4d83e + db94fe0 commit 9460bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Front end:
```shell
git clone [email protected]:philbates35/laravel-starter.git example-project
cd example-project
rm -rf .git/
```

2. Create the `.env` file:
Expand Down

0 comments on commit 9460bfb

Please sign in to comment.