Updated README

This commit is contained in:
Oliver Davies 2015-12-21 21:16:34 +00:00 committed by Oliver Davies
parent c75275e835
commit 8d2a764289

View file

@ -4,15 +4,12 @@ A minimal installation of [Sculpin](http://sculpin.io).
## Build ## Build
### If You Already Have Sculpin If this is a fresh download, or you dont have a `vendor` directory, use [Composer](https://getcomposer.org) to download the dependencies.
sculpin install composer install
sculpin generate --watch --server
Your newly generated clone of the site is now accessible at `http://localhost:8000/`. Once everything is downloaded, use the `sculpin` command to generate the site.
### If You Need Sculpin ./vendor/bin/sculpin generate --watch --server
curl -O https://download.sculpin.io/sculpin.phar The site is now accessible at http://localhost:8000/.
php sculpin.phar install
php sculpin.phar generate --watch --server