From c79419fcca0695fa6b7d0df7c6a23c13eca7418f Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Mon, 30 Dec 2024 00:07:36 -0500 Subject: [PATCH] remove protobuf from readme --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 5a394e7..b68d7b5 100644 --- a/README.md +++ b/README.md @@ -48,22 +48,4 @@ Now view calypso interpret the can message and broadcast it on `mqttui` #### Run from Docker - ```docker pull ghcr.io/northeastern-electric-racing/calypso:Develop``` - ```docker run -d --rm --network host ghcr.io/northeastern-electric-racing/calypso:Develop``` -- ```docker run -d --rm -e CALYPSO_SIREN_HOST_URL=127.0.0.1:1883 --network host ghcr.io/northeastern-electric-racing/calypso:Develop``` - - - -### Generate Proto - -#### linux -`apt-get install protobuf-compiler -y` - -#### mac -`brew install protobuf` - -`cargo install protobuf-codegen` - -`PATH="$HOME/.cargo/bin:$PATH"` - -`protoc --rust_out ./src ./src/proto/serverdata.proto` - -delete the `mod.rs` file \ No newline at end of file +- ```docker run -d --rm -e CALYPSO_SIREN_HOST_URL=127.0.0.1:1883 --network host ghcr.io/northeastern-electric-racing/calypso:Develop``` \ No newline at end of file