diff --git a/locations/README.md b/locations/README.md index 863a4a1..36a8ef3 100644 --- a/locations/README.md +++ b/locations/README.md @@ -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 . -``` \ No newline at end of file +```