From e859d87ae881ca0039b3bf728f605e5abc0bb7bf Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Tue, 13 Feb 2024 11:33:15 +0100 Subject: [PATCH] Specify windows char escape in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9efe11dbdd..54c5e1b000 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ Zenoh's router is built as `target/release/zenohd`. All the examples are built i **Routed tests:** +> **Windows users**: to properly execute the commands below you need to escape `"` characters as `\"` in CLI arguments. + - **put/store/get** - run the Zenoh router with a memory storage: `./target/release/zenohd --cfg='plugins/storage_manager/storages/demo:{key_expr:"demo/example/**",volume:"memory"}'`