summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorOdysseas Lamtzidis <odyslam@gmail.com>2020-10-07 00:58:58 +0300
committerGitHub <noreply@github.com>2020-10-06 14:58:58 -0700
commit34c90418da4afae6d8f1ea53ad8e355cf3dbc67f (patch)
tree980434db296fe99a2eb1206c5f52b9f5635e486c /claim
parent56ed487d42a59054e86fbdfd5cff37c23742656c (diff)
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 .
Diffstat (limited to 'claim')
-rw-r--r--claim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/claim/README.md b/claim/README.md
index 2bbd6dcdbf..f795ded79e 100644
--- a/claim/README.md
+++ b/claim/README.md
@@ -296,7 +296,7 @@ This node no longer has access to the credentials it was claimed with and cannot
You will still be able to see this node in your War Rooms in an **unreachable** state.
If you want to reclaim this node into a different Space, you need to create a new identity by adding `-id=$(uuidgen)` to
-the claiming script parameters. For example, using the default claiming script:
+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:
```bash
sudo netdata-claim.sh -token=TOKEN -rooms=ROOM1,ROOM2 -url=https://app.netdata.cloud -id=$(uuidgen)