More README tweaks
This commit is contained in:
parent
a6d15bfc83
commit
549442e887
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.
|
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.
|
||||||
One uses `imports`, one is
|
|
||||||
|
|
||||||
Let's try `bazel build :hello`
|
Let's try `bazel build :hello_deps` to see how it gets zapped.
|
||||||
|
|
||||||
``` shellsession
|
``` shellsession
|
||||||
$ bazel build :hello_deps
|
$ bazel build :hello_deps
|
||||||
|
|
Loading…
Reference in a new issue