From fdb63b31377b6bacc2f31e1c17032940228073a6 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 17 Aug 2016 15:17:47 +0200 Subject: [PATCH] Initial README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..08284e9 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Blender Cloud + +Welcome to the [Blender Cloud](https://cloud.blender.org) code repo! +Blender Cloud runs on the [Pillar](https://pillarframework.org) framework. + +## Quick setup +Set up a node with: + +``` +bash <(curl -s https://gist.githubusercontent.com/fsiddi/a6e355a9b08cc1697955f6ce4f679633/raw/6715a2ab92a441abce96c1fc1edfd4eb685bd390/setup.sh) +```