Skip to content

Commit fa31a23

Browse files
committed
Update README
1 parent 97e4b7f commit fa31a23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,18 @@ my_erlang_app
119119
└── unit_SUITE.erl
120120
```
121121

122-
And that the convention is followed where, using the `dest` attribute of the `erlc` rule:
122+
And that the convention is followed where, using the `dest` attribute of the `erlang_bytecode` rule:
123123
1. Compiled production bytecode is placed in `ebin`
124124
2. Compiled test bytecode is placed in `src`
125125
3. Compiled test suite and test helper bytecode is placed in `test`
126126

127127
The example above follows these conventions.
128128

129+
## Additional examples
130+
131+
- https://github.com/rabbitmq/lz4-erlang uses rules_erlang with bzlmod and compiles native extensions
132+
- https://github.com/rabbitmq/rabbitmq-server provides a complex example of usage
133+
129134
## Copyright and License
130135

131136
(c) 2020-2022, VMware Inc or its affiliates.

0 commit comments

Comments
 (0)