From 014010f99fbf9f36a7807b046578c1684e3aa10a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 18 May 2017 02:30:44 +0100 Subject: [PATCH] Delete README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d4b4278..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# sculpin-minimal - -A minimal installation of [Sculpin](http://sculpin.io). - -## Build - -If this is a fresh download, or you don’t have a `vendor` directory, use [Composer](https://getcomposer.org) to download the dependencies. - - composer install - -Once everything is downloaded, use the `sculpin` command to generate the site. - - ./vendor/bin/sculpin generate --watch --server - -The site is now accessible at http://localhost:8000/.