Skip to content

Commit 02d5648

Browse files
committed
update install guide for v1.17
1 parent 21e1061 commit 02d5648

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

  • CN/modules/ROOT/pages/v1.17
  • EN/modules/ROOT/pages/v1.17

CN/modules/ROOT/pages/v1.17/3.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
==== 新用户指南
1111

12-
如果您刚开始接触IvorySQL,您可以访问我们的 https://docs.ivorysql.org/cn/ivorysql-doc/beta/beta/1[地址]来初步了解IvorySQL的各项特性。您同样可以前往我们的 https://github.com/IvorySQL/IvorySQL[Github]将我们的项目源代码下载到您的终端中。
13-
1412
如果您想快速安装IvorySQL并且进行一些数据库体验,您可以参考如下:
1513

1614
笔者的OS版本如下
@@ -28,18 +26,19 @@ Linux version 3.10.0-1160.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc v
2826
[highgo@ivorysql /]$ cd /home/highgo
2927
----
3028

31-
**使用git命令下载项目源代码**
29+
**使用wget命令下载项目源代码**
3230

3331
[source,]
3432
----
35-
[highgo@ivorysql ~]$ git clone https://github.com/IvorySQL/IvorySQL.git
33+
[highgo@ivorysql ~]$ wget https://github.com/IvorySQL/IvorySQL/archive/refs/tags/IvorySQL_1.17.tar.gz
34+
[highgo@ivorysql ~]$ tar -zxvf IvorySQL_1.17.tar.gz
3635
----
3736

3837
**进入下载好的项目目录中**
3938

4039
[source,]
4140
----
42-
[highgo@ivorysql ~]$ ls
41+
[highgo@ivorysql ~]$ mv IvorySQL-IvorySQL_1.17 IvorySQL; ls
4342
IvorySQL
4443
[highgo@ivorysql ~]$ cd IvorySQL/
4544
----

EN/modules/ROOT/pages/v1.17/3.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
==== Beginners
1111

12-
If you are new to IvorySQL, you can click https://deploy-preview-83--ivorysql.netlify.app/zh-CN/[here] to learn about features of IvorySQL in the beginning.Also, you can download our source code through [Github](https://github.com/IvorySQL/IvorySQL).By the way, don't forget to give our IvorySQL community a star.
13-
1412
You can refer to the following contents to install IvorySQL quickly.
1513

1614
OS version of the demo:
@@ -30,7 +28,9 @@ Linux version 3.10.0-1160.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc v
3028
**Getting the source**
3129
[source,]
3230
----
33-
[highgo@ivorysql ~]$ ls
31+
[highgo@ivorysql ~]$ wget https://github.com/IvorySQL/IvorySQL/archive/refs/tags/IvorySQL_1.17.tar.gz
32+
[highgo@ivorysql ~]$ tar -zxvf IvorySQL_1.17.tar.gz
33+
[highgo@ivorysql ~]$ mv IvorySQL-IvorySQL_1.17 IvorySQL; ls
3434
IvorySQL
3535
[highgo@ivorysql ~]$ cd IvorySQL/
3636
----

0 commit comments

Comments
 (0)