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