README.md updated
This commit is contained in:
parent
4dd9b8cb29
commit
5d14de9045
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -7,12 +7,22 @@ It is intended to be used by ungleich engineers and skilled customers.
|
||||||
|
|
||||||
* ensure you have python3
|
* ensure you have python3
|
||||||
* git clone this repo
|
* git clone this repo
|
||||||
|
* cd into this repo
|
||||||
|
* run the following command
|
||||||
|
```
|
||||||
|
sudo pip3 install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Usage general
|
## Usage general
|
||||||
|
|
||||||
```
|
```
|
||||||
ungleich --help
|
ungleich --help
|
||||||
```
|
```
|
||||||
|
## Usage: Weather
|
||||||
|
|
||||||
|
```
|
||||||
|
ungleich weather
|
||||||
|
```
|
||||||
|
|
||||||
## Usage: DNS
|
## Usage: DNS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue