Skip to content

Commit 427bba3

Browse files
author
Yunshi Sun
authored
Merge pull request #47 from renproject/fix/terraform-readme
readme: add note regarding terraform version
2 parents 5ae32a7 + ce28727 commit 427bba3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@ This will download the required binaries and install them to the `$HOME/.darknod
2525

2626
## Updating the tool
2727

28-
**Before updating the Darknode-CLI, please make sure you do not have the CLI running in any terminal.**
28+
**Before updating the Darknode CLI, please make sure you do not have the CLI running in any terminal.**
2929

3030
To update your Darknode CLI, open a terminal and run:
3131

3232
```sh
3333
curl https://www.github.com/renproject/darknode-cli/releases/latest/download/update.sh -sSfL | sh
3434
```
3535

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.
3739

3840
## Usage
3941

0 commit comments

Comments
 (0)