-= Candle =
+# Candle
Continuous Integration for SBCL based Lisp projects, using AWS instances
as the machines on which the CI's are run.
-= .candle file =
+# .candle file
Each project with a candle file has a .candle file in the root of the project
with tasks to be run.
-= Limitations =
+# Limitations
This documentation needs to be updated once more things are working, but this is an
early version of everything.
Only one can be running at a time.
-= Usage =
+# Usage
* 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
* Run `bin/candle job log <project>:<sha>` to see log
* Run `bin/candle job retry <project>:<sha>` to retry the job
-== Local ==
+## Local
* Run `bin/candle run` from a candle enabled project