README now says something
This commit is contained in:
parent
432b33b9ac
commit
77d259ebae
21
README.md
21
README.md
|
@ -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
|
Loading…
Reference in a new issue