From 7ad84ef3c52addf26b255c684c01cffcd15bd697 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 10 Dec 2019 13:55:45 +0100 Subject: [PATCH] docs: explain PATH for new command --- docs/_docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/usage.md b/docs/_docs/usage.md index 2f148c42..fa2d3d8c 100644 --- a/docs/_docs/usage.md +++ b/docs/_docs/usage.md @@ -7,8 +7,8 @@ The Jekyll gem makes a `jekyll` executable available to you in your terminal. You can use this command in a number of ways: -* `jekyll new PATH` - Creates a new Jekyll site with default gem-based theme at `./some/path`. The directories will be created as necessary. -* `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at path `./some/path`. +* `jekyll new PATH` - Creates a new Jekyll site with default gem-based theme at specified path. The directories will be created as necessary. +* `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at specified path. * `jekyll build` or `jekyll b` - Performs a one off build your site to `./_site` (by default) * `jekyll serve` or `jekyll s` - Builds your site any time a source file changes and serves it locally * `jekyll doctor` - Outputs any deprecation or configuration issues