Update README.md

This commit is contained in:
Asim Aslam
2021-01-12 20:05:10 +00:00
committed by GitHub
parent 45efd57c3f
commit e925fa76b0

View File

@@ -10,14 +10,14 @@ micro new locations
## Usage
Generate the proto code
Locations makes use of postgres. Set the config for the database
```
make proto
micro user config set locations.database "postgresql://postgres@localhost:5432/locations?sslmode=disable"
```
Run the service
```
micro run .
```
```