Skip to content

Commit

Permalink
update to neo-node (neo-project#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celia18305 authored and longfeiWan9 committed Dec 11, 2019
1 parent 7591024 commit f2110f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/en-us/node/cli/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can download and compile the Neo-CLI source directly from Github.
2. Git clone Neo-CLI source code from [Github](https://github.com/neo-project/neo-cli.git) or using the following command:

```
$ git clone https://github.com/neo-project/neo-cli.git
$ git clone https://github.com/neo-node/neo-cli.git
```

3. Download [LevelDB](https://github.com/neo-ngd/leveldb/releases) and unzip the package for later use.
Expand All @@ -69,7 +69,7 @@ dotnet publish -c release -r win10-x64
2. Git clone Neo-CLI source code from [Github](https://github.com/neo-project/neo-cli.git) or using the following command:

```
$ git clone https://github.com/neo-project/neo-cli.git
$ git clone https://github.com/neo-node/neo-cli.git
```

3. Run the following command to install levelDB:
Expand All @@ -95,7 +95,7 @@ dotnet publish -c release -r linux-x64
1. Git clone [Neo-CLI](https://github.com/neo-project/neo-cli.git) source code from Github or use the following commands:

```
$ git clone https://github.com/neo-project/neo-cli.git
$ git clone https://github.com/neo-node/neo-cli.git
```

2. Download [LevelDB](https://github.com/neo-ngd/leveldb/releases) and unzip the package for later use.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/node/cli/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Neo-CLI 默认接入主网,如果要连接测试网,你需要用Neo-CLI目

```
neo> install ImportBlocks
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip
Downloading from https://github.com/neo-node/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip
Install successful, please restart neo-cli.
```

Expand Down
6 changes: 3 additions & 3 deletions docs/zh-cn/node/cli/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
2.[Github](https://github.com/neo-project/neo-cli.git) 下载源代码或通过以下命令下载:

```
$ git clone https://github.com/neo-project/neo-cli.git
$ git clone https://github.com/neo-node/neo-cli.git
```

3. 下载 [LevelDB](https://github.com/neo-ngd/leveldb/releases) 并解压备用。
Expand All @@ -68,7 +68,7 @@ dotnet publish -c release -r win10-x64
2.[Github](https://github.com/neo-project/neo-cli.git) 下载源代码或通过以下命令下载:

```
$ git clone https://github.com/neo-project/neo-cli.git
$ git clone https://github.com/neo-node/neo-cli.git
```

3. 运行以下命令,安装 levelDB:
Expand All @@ -94,7 +94,7 @@ dotnet publish -c release -r linux-x64
1.[Github](https://github.com/neo-project/neo-cli.git) 下载源代码或通过以下命令下载:

```
$ git clone https://github.com/neo-project/neo-cli.git
$ git clone https://github.com/neo-node/neo-cli.git
```

2. 下载 [LevelDB](https://github.com/neo-ngd/leveldb/releases) 并解压备用。
Expand Down

0 comments on commit f2110f9

Please sign in to comment.