Doc: Update README

This commit is contained in:
mrjk 2022-01-29 03:51:50 -05:00
parent b19b7c7cdc
commit 1a926452a3

View File

@ -1,7 +1,7 @@
# Kheops # Kheops
![Kheops Logo!](logo/kheops_brand.png "Kheops Logo") ![Kheops Logo](logo/kheops_brand.png "Kheops Logo")
## Introduction ## Introduction
@ -20,8 +20,7 @@ These instructions will get you a copy of the project up and running on your loc
### Installing ### Installing
Install Kheops Install Kheops with pip:
``` ```
pip install kheops pip install kheops
``` ```
@ -32,19 +31,15 @@ kheops --help
``` ```
Now you can test the examples, and learn how to use it [here](/lost). Now you can test the examples, and learn how to use it [here](/lost).
``` ```
kheops --config examples/01_simple/ hello kheops --config examples/01_simple/ hello
kheops --config examples/01_simple/ hello -e site= kheops --config examples/01_simple/ hello -e site=Montreal
kheops --config examples/01_simple/ hello -e site= kheops --config examples/01_simple/ hello -e site=Paris
``` ```
## Learning Kheops ## Learning Kheops
Please check online documentation.
@ -74,9 +69,9 @@ Add additional notes about how to deploy this on a live system
## Built With ## Built With
* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used * [jsonmerge](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
* [Maven](https://maven.apache.org/) - Dependency Management * [jsonschema](https://maven.apache.org/) - Dependency Management
* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds * [poetry](https://rometools.github.io/rome/) - Used to generate RSS Feeds
## Contributing ## Contributing