Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored Oct 31, 2024
1 parent 019be14 commit 23b0630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ composer create-project --prefer-dist CodeWithDennis/larament example-app
If you don't want to remember the composer installation syntax for future projects, you can create an alias for your terminal:

```bash
alias larament="composer create-project --prefer-dist CodeWithDennis/larament my-cool-app"
alias larament="composer create-project --prefer-dist CodeWithDennis/larament"
```

This allows you to simply use `larament my-cool-app` in your terminal.
Expand Down

0 comments on commit 23b0630

Please sign in to comment.