Merge pull request #5190 from shingo-nakanishi/master

Merge pull request 5190
This commit is contained in:
jekyllbot 2016-08-03 11:57:51 -07:00 committed by GitHub
commit a63a6d8487
1 changed files with 1 additions and 1 deletions

View File

@ -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