Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored Mar 4, 2018
1 parent 0916ed2 commit a5777f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ To run your own foodometer you should follow next steps:

> You will need SSL certificate on your host machine to set telegram's webhook
To work with foodometer you should create a group and invite your foodometer bot there. Bot will register group creator as participant. Any other invited users will be registered as participants too.
Sending `/meal` command will create new meal instance with list of group participants.
**Chose eaters, get payer and confirm meal!**
To work with foodometer you should create a group and invite **only** your foodometer bot there. Bot will register group creator as participant. Any other invited users will be registered as participants too.

### Commands
`/meal` - create new meal instance with list of group participants. Chose eaters, get payer and confirm meal!
`/clear` - remove all previous meals and start from clean sheet

![Foodometer](https://raw.githubusercontent.com/PavelShar/Foodometer/assets/foodometer_screen.png)

### Docker container
Docker container is built on top of [Chloe image](https://github.com/PavelShar/Chloe) - so you can login into foodometer's container via SSH and `SSH_PASSWORD` environment variable is also included.
Expand Down

0 comments on commit a5777f1

Please sign in to comment.