Skip to content

Commit e6434ff

Browse files
committed
docs: update
1 parent c5d1fcf commit e6434ff

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] ..
4646

4747
## Bazel
4848

49-
## Build
49+
### Build
5050

5151
```bash
5252
$ bazel build :yaml-cpp
5353
```
5454

55-
## Dependency
55+
### External Dependency
5656

5757
```python
5858
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
@@ -61,9 +61,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
6161
# ----------------------------------------------------------------------
6262
git_repository(
6363
name = "yaml_parser",
64-
remote = "https://github.com/jbeder/yaml-cpp.git",
65-
#commit = "98acc5a",
66-
#tag = "",
64+
remote = "https://github.com/yicm/yaml-cpp.git",
65+
commit = "c5d1fcf",
6766
)
6867
```
6968

0 commit comments

Comments
 (0)