From e1e5cda2010c19528274697cef16d203534d4283 Mon Sep 17 00:00:00 2001 From: Franco Cipollone Date: Thu, 16 Nov 2023 16:24:24 -0300 Subject: [PATCH] Updates readme. Signed-off-by: Franco Cipollone --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 09b04845..f30c099e 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,6 @@ Install latest rustc. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` -Install zenohd router -> Note: The manual zenoh router installation won't be required in the future. -```bash -echo "deb [trusted=yes] https://download.eclipse.org/zenoh/debian-repo/ /" | sudo tee -a /etc/apt/sources.list > /dev/null -sudo apt update && sudo apt install zenoh -y -``` - Build `rmw_zenoh_cpp` ```bash