Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Jul 4, 2020
1 parent 3b54280 commit e6ddc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

## ⚡️ Quick start

1. Create a new app with this template by [Create Go App CLI](https://github.com/create-go-app/cli):
1. Create a new project with this template:

```bash
cgapp -p ./my-app -b fiber
```

2. Go to the `./my-app` folder
3. Run app by command:
2. Go to the `./my-app` folder.
3. Run project by this command:

```bash
task -s
Expand Down

0 comments on commit e6ddc84

Please sign in to comment.