From 9c01963657f45151e4cc67ba7e0acb6661bf0faa Mon Sep 17 00:00:00 2001 From: gyulaid Date: Sun, 27 Mar 2022 13:49:19 +0200 Subject: [PATCH] update alice-ci md --- alice-ci/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/alice-ci/README.md b/alice-ci/README.md index e69de29..1826751 100644 --- a/alice-ci/README.md +++ b/alice-ci/README.md @@ -0,0 +1,16 @@ +# Alice-CI + +Continous Integration framework with the goal of using the exact same steps in CI and local env. Steps can be defined in yaml files, syntax seen the docs. Runs on LInux and Windows, Mac should work too, but not yet tested. + +## Usage + +Install with pip: +``` +pythom3 -m pip install alice-ci +``` + +To run: + +``` +pythom3 -m alice [-i ] STEPS +``` \ No newline at end of file