Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/apache/ignite-3 into main
Browse files Browse the repository at this point in the history
� Conflicts:
�	docs/_docs/quick-start/getting-started-guide.adoc
  • Loading branch information
Denis Magda committed Dec 31, 2020
2 parents aa49512 + 50f2895 commit 09584c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_docs/quick-start/getting-started-guide.adoc
Expand Up @@ -64,19 +64,19 @@ mkdir ignite3 & cd ignite3
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 (PowerShell)[]
[source,shell]
----
include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
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]
----
include::../includes/ignite-cli-download-windows.adoc[tag=command,indent=0]
curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe" -o ignite.exe
----
--

Expand Down

0 comments on commit 09584c2

Please sign in to comment.