Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gin-melodic authored Sep 7, 2022
1 parent 7297717 commit e9966e6
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
@@ -1,7 +1,7 @@
# gboot
🚀🚀🚀 Start a web project right away using gonic-gin/gin and other practical tools!!! 🚀🚀🚀

Use this framework to easily launch a Golang web service with the following features::
Use this framework to easily launch a Golang web service with the following features:

- [gingonic/gin](https://github.com/gin-gonic/gin) web engine & graceful shutdown
- log system with rotation func by [gin-melodic/glog](https://github.com/gin-melodic/glog)
Expand All @@ -19,7 +19,7 @@ Use this framework to easily launch a Golang web service with the following feat
go get github.com/gin-melodic/gboot
```

### Way 1: One-Click Script (RECOMMENDED)
### Method A: One-Click Script (RECOMMENDED)

In your project root directory and run:

Expand All @@ -31,7 +31,7 @@ The associated files have all been automatically created.!!!

Launch your project, then begin coding~~

### Way 2: Manual
### Method B: Manual

You need generate the configuration in the `config/` directory before running `gboot`.

Expand Down

0 comments on commit e9966e6

Please sign in to comment.