mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Update README.md
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
# Idiomatic Service
|
# Template Service
|
||||||
|
|
||||||
This is the Idiomatic service
|
This is an example of a service template
|
||||||
|
|
||||||
Generated with
|
Generated with
|
||||||
|
|
||||||
```
|
```
|
||||||
micro new idiomatic
|
micro new template
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
@@ -16,7 +16,7 @@ micro new idiomatic
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
- Alias: idiomatic
|
- Alias: template
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
@@ -44,10 +44,10 @@ make build
|
|||||||
|
|
||||||
Run the service
|
Run the service
|
||||||
```
|
```
|
||||||
./idiomatic
|
./template
|
||||||
```
|
```
|
||||||
|
|
||||||
Build a docker image
|
Build a docker image
|
||||||
```
|
```
|
||||||
make docker
|
make docker
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user