made README.md more clear for first time setup
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user