README now says something

This commit is contained in:
Oliver Davies 2015-03-15 22:21:15 +00:00
parent 432b33b9ac
commit 77d259ebae

View file

@ -1 +1,20 @@
README should say something sculpin-minimal
===============
A minimal installation of [Sculpin](http://sculpin.io).
Build
-----
### If You Already Have Sculpin
sculpin install
sculpin generate --watch --server
Your newly generated clone of the site is now accessible at `http://localhost:8000/`.
### If You Need Sculpin
curl -O https://download.sculpin.io/sculpin.phar
php sculpin.phar install
php sculpin.phar generate --watch --server