From dfe3d4a7becc969b807a39213a64a62fee55c4f1 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Tue, 13 Feb 2024 13:46:02 +0100 Subject: [PATCH] Specify windows char escape in README (#735) * Specify windows char escape in README * Specify PowerShell * Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9efe11dbdd..5bce835c29 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 in PowerShell you need to escape `"` characters as `\"`. + - **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"}'`