This is an automated email from the ASF dual-hosted git repository. vkulichenko pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 7b0ced3e94a4a58eba9ff1bd9cb002533859dc70 Merge: 779c95b e725e75 Author: Valentin Kulichenko <[email protected]> AuthorDate: Thu Dec 31 15:36:03 2020 -0800 Merge branch 'main' of github.com:apache/ignite-3 into main docs/_docs/quick-start/getting-started-guide.adoc | 33 +++++++++++++++++------ 1 file changed, 25 insertions(+), 8 deletions(-) diff --cc docs/_docs/quick-start/getting-started-guide.adoc index 5086441,ca5c21b..63e2ef4 --- a/docs/_docs/quick-start/getting-started-guide.adoc +++ b/docs/_docs/quick-start/getting-started-guide.adoc @@@ -59,16 -61,24 +61,24 @@@ mkdir ignite3 & cd ignite + [tabs] -- - tab:Linux[] + tab:Unix[] [source,shell] ---- -curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite -o ignite && chmod +x ignite +curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite" -o ignite && chmod +x ignite ---- - tab:Windows[] + + tab:Windows (PowerShell)[] [source,shell] ---- -curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe +curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe ---- + + tab:Windows (CMD)[] + [source,shell] + ---- + curl https://dist.apache.org/repos/dist/dev/ignite/3.0.0-alpha1-rc1/ignite.exe -o ignite.exe + ---- + -- . Add your installation directory to the PATH environment variable:
