Merged next-release README updates
This commit is contained in:
parent
a9f668f6ff
commit
27b300a9ea
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -159,15 +159,15 @@ you can override the Jekyll configuration defaults in `_config.yml`. Using deve
|
||||||
`_developer.yml` is analogous to running the Node web server with certain development options; see
|
`_developer.yml` is analogous to running the Node web server with certain development options; see
|
||||||
[Debugging PCjs](#debugging-pcjs).
|
[Debugging PCjs](#debugging-pcjs).
|
||||||
|
|
||||||
|
GitHub Pages says you can run `jekyll serve` instead of `bundle exec jekyll serve`, but with the addition of
|
||||||
|
more gems to `Gemfile` (eg, `jekyll-sitemap`), running `jekyll serve` may trigger dependency errors on some systems.
|
||||||
|
`bundle exec jekyll serve` should always work.
|
||||||
|
|
||||||
Don't see any YML files in the root of your project? You probably forgot to switch to the
|
Don't see any YML files in the root of your project? You probably forgot to switch to the
|
||||||
*[gh-pages](https://github.com/jeffpar/pcjs/tree/gh-pages)* branch:
|
*[gh-pages](https://github.com/jeffpar/pcjs/tree/gh-pages)* branch:
|
||||||
|
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
|
|
||||||
GitHub Pages says you can run `jekyll serve` instead of `bundle exec jekyll serve`, but with the addition of
|
|
||||||
more gems to `Gemfile` (eg, `jekyll-sitemap`), running `jekyll serve` may trigger dependency errors on some systems.
|
|
||||||
`bundle exec jekyll serve` should always work.
|
|
||||||
|
|
||||||
Last but not least, run `bundle update` periodically to keep Jekyll up-to-date.
|
Last but not least, run `bundle update` periodically to keep Jekyll up-to-date.
|
||||||
|
|
||||||
### Building PCjs
|
### Building PCjs
|
||||||
|
|
@ -317,7 +317,7 @@ you can start the server with some additional options; eg:
|
||||||
|
|
||||||
node server.js --logging --console --debug
|
node server.js --logging --console --debug
|
||||||
|
|
||||||
The `--logging` option will create a [node.log](/logs/node.log) that records all the HTTP requests, `--debug`
|
The `--logging` option will create a [node.log](/logs/) that records all the HTTP requests, `--debug`
|
||||||
will generate additional debug-only messages (which will also be logged if `--logging` is enabled), and `--console`
|
will generate additional debug-only messages (which will also be logged if `--logging` is enabled), and `--console`
|
||||||
will replicate any messages to your console as well.
|
will replicate any messages to your console as well.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue