From 72e69fc0b364aeff98e4f65da327150e5e638ca6 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 4 May 2021 14:49:36 +0200 Subject: [PATCH] docs: Add root README file. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..bf3e28f41 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Chill framework + +Documentation of the Chill software. + +The online documentation can be found at http://docs.chill.social + +See the [`docs`][1] directory for more. + +[1]: docs/README.md