@cryptotaxi247 / netdata-1 / commits / 34c90418d

Update README.md (#9925)

* Update README.md user in zendesk reported that he had an issue because he forgot to install the package. It doesn't hurt to over-communicate it. * improve claim readme.md incorporate joel's suggestions * add .

Odysseas Lamtzidis committed Oct 7, 2020 at 00:58 UTC 34c90418da4afae6d8f1ea53ad8e355cf3dbc67f
1 file changed +1 -1
claim/README.md
+1 -1
@@ -296,7 +296,7 @@ This node no longer has access to the credentials it was claimed with and cannot
296 You will still be able to see this node in your War Rooms in an **unreachable** state.
297
298 If you want to reclaim this node into a different Space, you need to create a new identity by adding `-id=$(uuidgen)` to
299 -the claiming script parameters. For example, using the default claiming script:
299 +the claiming script parameters. Make sure that you have the `uuidgen-runtime` packagen installed, as it is used to run the command `uuidgen`. For example, using the default claiming script:
300
301 ```bash
302 sudo netdata-claim.sh -token=TOKEN -rooms=ROOM1,ROOM2 -url=https://app.netdata.cloud -id=$(uuidgen)