summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)