made README.md more clear for first time setup

This commit is contained in:
Kilian Ciuffolo
2015-11-06 12:04:41 -08:00
parent a53577098a
commit b037fb03ab
+9 -6
View File
@@ -1,14 +1,17 @@
## TinyMCE documentation
### First time setup
$ git clone git@github.com:tinymce/tinymce-docs.git
$ cd tinymce-docs
$ sudo gem install bundle
$ bundle install
$ jekyll build
For local development:
$ cp _config-local.sample.yml _config-local.yml
Edit `_config-local.yml` accordingly with your workflow, you may want to set `shared_baseurl: "https://tinymce.com" for example in order to use the correct styles and CSS.
### Run development version
$ jekyll serve --config _config.yml,_config-local.yml
Edit `_config-local.yml` accordingly with your workflow.
Navigate to http://127.0.0.1:4000/