Update README
This commit is contained in:
parent
29d0dbc6be
commit
599183b98a
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -1,3 +1,10 @@
|
||||||
# Sterzy.com
|
# 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).
|
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").
|
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.
|
Loading…
Reference in a new issue