diff --git a/framework/core/ember/README.md b/framework/core/ember/README.md deleted file mode 100644 index cd7d1d1c6..000000000 --- a/framework/core/ember/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Flarum - -This README outlines the details of collaborating on this Ember application. - -## Installation - -* `git clone` this repository -* `npm install` -* `bower install` - -## Running - -* `ember server` -* Visit your app at http://localhost:4200. - -## Running Tests - -* `ember test` -* `ember test --server` - -## Building - -* `ember build` - -For more information on using ember-cli, visit [http://iamstef.net/ember-cli/](http://iamstef.net/ember-cli/).