diff --git a/README.md b/README.md index 77c6a56..5649e18 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ You can setup storages either at zenoh router startup via a configuration file, ### **Setup at runtime via `curl` commands on the admin space** - - Run the zenoh router, with write permissions to its admin space: - `zenohd --adminspace-permissions rw` + - Run the zenoh router, with write permissions to its admin space and with the REST plugin: + `zenohd --adminspace-permissions=rw --rest-http-port=8000` - Add the "rocksdb" backend (the "zenoh_backend_rocksdb" library will be loaded): `curl -X PUT -H 'content-type:application/json' -d '{}' http://localhost:8000/@/router/local/config/plugins/storage_manager/volumes/rocksdb` - Add the "demo" storage using the "rocksdb" backend: