Updated README
This commit is contained in:
parent
7686cd77da
commit
7ee3050fcf
1 changed files with 7 additions and 2 deletions
|
@ -13,13 +13,18 @@ A python script for viewing the menu of the canteens of the Studierendenwerk Ulm
|
||||||
- WestSideDiner
|
- WestSideDiner
|
||||||
- Mensa Hochschule
|
- Mensa Hochschule
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
```
|
||||||
|
sudo pip3 install uulm-mensa
|
||||||
|
```
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
After making the mensaplan.py executable with `chmod +x mensaplan.py` you have the following options:
|
After making the mensaplan.py executable with `chmod +x mensaplan.py` you have the following options:
|
||||||
```
|
```
|
||||||
./mensaplan.py place
|
uulm-mensa place
|
||||||
Print the todays menu at the place.
|
Print the todays menu at the place.
|
||||||
|
|
||||||
./mensaplan.py place [mon, thu, wed, thur, fri]
|
uulm-mensa place [mon, thu, wed, thur, fri]
|
||||||
Print the menu at the place of the given weekday.
|
Print the menu at the place of the given weekday.
|
||||||
|
|
||||||
Supported places are:
|
Supported places are:
|
||||||
|
|
Reference in a new issue