Skip to content

Commit

Permalink
Change README examples to be for a specific project
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed May 29, 2017
1 parent b2c84cd commit b21b01d
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 @@ -11,19 +11,19 @@ Medic Project Configurer

## Upload all config

medic-config lg-uganda http://admin:pass@localhost:5984
medic-config example-project http://admin:pass@localhost:5984

## Perform specific action

medic-config <action> lg-uganda http://admin:pass@localhost:5984
medic-config <action> example-project http://admin:pass@localhost:5984

The list of available actions can be seen in [`supported-actions.js`](https://github.com/alxndrsn/medic-configurer/blob/master/src/cli/supported-actions.js).

# Project Layout

This tool expects a project to be sctructured as follows:

/
example-project/
app_settings.json
contact-summary.json
nools.json
Expand Down

0 comments on commit b21b01d

Please sign in to comment.