Skip to content

Commit

Permalink
docs:更新polaris-cpp使用文档 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Feb 15, 2023
1 parent 86a23b0 commit ee27304
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ target_link_libraries(main polaris_api pthread z rt)
```
git_repository(
name = "polaris_cpp",
remote = "http://git.woa.com/polaris/polaris-cpp.git",
tag = "v0.13.1", # 替换成需要依赖的版本
remote = "https://github.com/polarismesh/polaris-cpp",
tag = "v1.1.0", # 替换成需要依赖的版本
)
```

Expand Down

0 comments on commit ee27304

Please sign in to comment.