From f084de7bc98bbc674e790c40e599a62bacc7f47d Mon Sep 17 00:00:00 2001 From: shingo-nakanishi Date: Wed, 3 Aug 2016 10:56:43 +0900 Subject: [PATCH] need subcommand build simply run the `jekyll` shows ``` A subcommand is required. jekyll 3.2.1 -- Jekyll is a blog-aware, static site generator in Ruby ``` need subcommand build --- site/_docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/deployment-methods.md b/site/_docs/deployment-methods.md index 9436ef4b..32e0e22a 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -8,7 +8,7 @@ Sites built using Jekyll can be deployed in a large number of ways due to the st ## Web hosting providers (FTP) -Just about any traditional web hosting provider will let you upload files to their servers over FTP. To upload a Jekyll site to a web host using FTP, simply run the `jekyll` command and copy the generated `_site` folder to the root folder of your hosting account. This is most likely to be the `httpdocs` or `public_html` folder on most hosting providers. +Just about any traditional web hosting provider will let you upload files to their servers over FTP. To upload a Jekyll site to a web host using FTP, simply run the `jekyll build` command and copy the generated `_site` folder to the root folder of your hosting account. This is most likely to be the `httpdocs` or `public_html` folder on most hosting providers. ### FTP using Glynn