diff --git a/README.md b/README.md index c2548da..2f9aaae 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Yet another static website generator. Used by half.systems +# Installation + +``` +git clone https://github.com/NeuralSandwich/stone.git +python setup.py install +``` + # Usage You may define site structures within the **site.json** file. The file should contain an object that holds a list diff --git a/stone.py b/stone/stone.py similarity index 100% rename from stone.py rename to stone/stone.py