Repository: incubator-griffin-site Updated Branches: refs/heads/master d52f96a70 -> cef5d6224
update readme.md Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/cef5d622 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/cef5d622 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/cef5d622 Branch: refs/heads/master Commit: cef5d6224579fbce63d631b9b7be7551cca957fd Parents: d52f96a Author: Wenli Zhao <[email protected]> Authored: Thu Mar 30 16:31:18 2017 +0800 Committer: Wenli Zhao <[email protected]> Committed: Thu Mar 30 16:31:18 2017 +0800 ---------------------------------------------------------------------- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/cef5d622/readme.md ---------------------------------------------------------------------- diff --git a/readme.md b/readme.md index 15303de..d2dd5c9 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ This website is based on Hexo and a default Hexo theme. ## Deploy to asf-site 1. Checkout branch master 2. Generate the site to content directory: `hexo generate` -3. Install plugin as `install hexo-deployer-git --save` +3. Install plugin as `npm install hexo-deployer-git --save` 4. Push asf-site to remote branch by command `hexo deploy`, asf-site is hard-coded in _config.yml ## Questions
