Skip to content

Commit

Permalink
Update README to simplify updating the auto generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Jan 16, 2024
1 parent 06221be commit 7cc8b80
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ Bazel cmds:
```
wget "https://www.rabbitmq.com/resources/specs/amqp0-9-1.xml"
bazel run //src/stirling/source_connectors/socket_tracer/protocols/amqp/amqp_code_generator:amqp_code_gen_main -- run
cp generated_files/decode.cc ../
cp generated_files/decode.h ../
cp generated_files/types_gen.h ../
cp generated_files/{decode.h,decode.cc,types_gen.h} ../
cp generated_files/amqp.h src/carnot/funcs/protocols/amqp.h
arc lint
```


Expand Down

0 comments on commit 7cc8b80

Please sign in to comment.