More README tweaks
This commit is contained in:
parent
37266cdcd9
commit
95ea44ab4d
1 changed files with 2 additions and 3 deletions
|
@ -46,10 +46,9 @@ zapp_binary(
|
|||
|
||||
```
|
||||
|
||||
In this directory there's the `zapp` compiler itself, and a couple of `hello_*` targets that are variously zapped.
|
||||
One uses `imports`, one is
|
||||
In this directory there's a couple of `hello_*` targets that are variously zapped. This one uses an external dependency via `rules_python`'s `py_requirement` machinery.
|
||||
|
||||
Let's try `bazel build :hello`
|
||||
Let's try `bazel build :hello_deps` to see how it gets zapped.
|
||||
|
||||
``` shellsession
|
||||
$ bazel build :hello_deps
|
||||
|
|
Loading…
Reference in a new issue