diff --git a/README.md b/README.md index b7db3f6..e2a2e1b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Sterzy.com -This is the code for the http://sterzy.com website. It is based on the kirby cms (https://getkirby.com), which is has it's own license agreement, which can be found here: [Kirby End User License Agreement](https://github.com/getkirby/starterkit/blob/master/license.md). -The rest of the code is under this license: [License](https://svs.ankaa.uberspace.de/sterzy/sterzycom/blob/master/LICENSE "license"). \ No newline at end of file +This is the code for the http://sterzy.com website. It is based on the kirby cms (https://getkirby.com), which has it's own license agreement, which can be found here: [Kirby End User License Agreement](https://github.com/getkirby/starterkit/blob/master/license.md). +The rest of the code is under this license: [License](https://svs.ankaa.uberspace.de/sterzy/sterzycom/blob/master/LICENSE "license"), [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). + +# Installing +``` +$ git clone --recursive https://svs.ankaa.uberspace.de/sterzy/sterzycom.git +$ mkdir site/config site/accounts thumbs content assests/avatars +``` +Then [add your license](http://getkirby.com/docs/installation/license-code) and visit yoursite.com/panel. \ No newline at end of file