Skip to content

Commit

Permalink
Specify windows char escape in README (#735)
Browse files Browse the repository at this point in the history
* Specify windows char escape in README

* Specify PowerShell

* Update README.md
  • Loading branch information
Mallets authored Feb 13, 2024
1 parent 84dc04a commit dfe3d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'`
Expand Down

0 comments on commit dfe3d4a

Please sign in to comment.