You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,17 @@ This will download the required binaries and install them to the `$HOME/.darknod
25
25
26
26
## Updating the tool
27
27
28
-
**Before updating the Darknode-CLI, please make sure you do not have the CLI running in any terminal.**
28
+
**Before updating the DarknodeCLI, please make sure you do not have the CLI running in any terminal.**
29
29
30
30
To update your Darknode CLI, open a terminal and run:
31
31
32
32
```sh
33
33
curl https://www.github.com/renproject/darknode-cli/releases/latest/download/update.sh -sSfL | sh
34
34
```
35
35
36
-
This will update your Darknode CLI to the latest version without affecting any of your deployed node.
36
+
> Note: make sure you are using Terraform version 0.12! To upgrade Terraform, download the executable for your operating system from https://www.terraform.io/downloads.html and copy it to `$HOME/.darknode/bin/terraform`.
37
+
38
+
This will update your Darknode CLI to the latest version without affecting any of your deployed nodes.
0 commit comments