You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by hy...@apache.org on 2020/05/24 07:10:37 UTC

[calcite] branch master updated: Doc: Update site README.md

This is an automated email from the ASF dual-hosted git repository.

hyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a2e923  Doc: Update site README.md
4a2e923 is described below

commit 4a2e923ae025ac182c6c0c3b05b7650c057de92c
Author: Haisheng Yuan <h....@alibaba-inc.com>
AuthorDate: Sun May 24 02:08:59 2020 -0500

    Doc: Update site README.md
---
 site/README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/site/README.md b/site/README.md
index 8cbac2b..90c5fa2 100644
--- a/site/README.md
+++ b/site/README.md
@@ -46,7 +46,7 @@ Site generation currently works best with ruby-2.5.1.
    `rmdir site\target\javadocAggregate /S /Q` (Windows)
 4. `mkdir site/target`
    `mkdir site\target` (Windows)
-4. `mv build/docs/javadocAggregate site/target`
+5. `mv build/docs/javadocAggregate site/target`
    `for /d %a in (build\docs\javadocAggregate*) do move %a site\target` (Windows)
 
 ### Running locally
@@ -89,8 +89,9 @@ As you make changes to the site, the site will automatically rebuild.
 
 1. `cd site/target`
 2. `git init`
-3. `git remote add origin https://github.com/apache/calcite-site`
-4. `git reset origin/master --soft`
+3. `git remote add origin git@github.com:apache/calcite-site.git`
+4. `git fetch`
+5. `git reset origin/master --soft`
 
 If you have not regenerated the javadoc and they are missing, restore them: