X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=cb78e454e615d5e476e0624f5d16998d9f8fb3d1;hb=ee77eb54acee4492045d4b5885bc5df332f58566;hp=31727e9dffc9108b664d46afd9e7b07565d7e044;hpb=360010104ecdfcc5ad3b4eceb162a6b989fe6a27;p=candle diff --git a/README.md b/README.md index 31727e9..cb78e45 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,15 @@ Only one can be running at a time. * Run bin/candle-server on a server somewhere, so that the candle client can connect to it * Add projects via `bin/candle project --add`, see `--help` for more information +* Remove projects via `bin/candle project --delete`, see `--help` for more information * Run `bin/candle project --show ` to show status of project * Includes what branches are failing * Run `bin/candle project --list` to show list all projects, and status -* Run `bin/candle job --log :` to see log +* Run `bin/candle job --log :` to see log + +== Local == + +* Run `bin/candle run` from a candle enabled project = General Design =