Skip to content

Commit

Permalink
Update upgrade-nebula-graph-to-260.md (#1148)
Browse files Browse the repository at this point in the history
* Update upgrade-nebula-graph-to-260.md

* Update upgrade-nebula-graph-to-260.md
  • Loading branch information
abby-cyber committed Nov 2, 2021
1 parent 3d7d584 commit e211a67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ Nebula Graph历史版本指低于Nebula Graph v2.0.0-GA的版本,本文介绍
- clone 源代码

```
# git clone --branch v{{nebula.release}} https://github.com/vesoft-inc/nebula-graph.git
# git clone --branch {{nebula.branch}} https://github.com/vesoft-inc/nebula-graph.git
```

- 设置 CMake

```
# cmake -DCMAKE_INSTALL_PREFIX=${nebula-new} -DENABLE_BUILD_STORAGE=on -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DNEBULA_COMMON_REPO_TAG=v{{nebula.release}} -DNEBULA_STORAGE_REPO_TAG=v{{nebula.release}} ..
# cmake -DCMAKE_INSTALL_PREFIX=${nebula-new} -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ..
```

2. 拷贝配置文件。
Expand Down

0 comments on commit e211a67

Please sign in to comment.