Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yicm committed Sep 24, 2020
1 parent c5d1fcf commit e6434ff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] ..

## Bazel

## Build
### Build

```bash
$ bazel build :yaml-cpp
```

## Dependency
### External Dependency

```python
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
Expand All @@ -61,9 +61,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
# ----------------------------------------------------------------------
git_repository(
name = "yaml_parser",
remote = "https://github.com/jbeder/yaml-cpp.git",
#commit = "98acc5a",
#tag = "",
remote = "https://github.com/yicm/yaml-cpp.git",
commit = "c5d1fcf",
)
```

Expand Down

0 comments on commit e6434ff

Please sign in to comment.