Skip to content

Commit b5a75dd

Browse files
committed
Update Readme
1 parent d29296f commit b5a75dd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# terraform-install
22

3-
Bash command line to automate install and manage Terraform update from official executable binary file.
3+
Bash script to automate install and manage different versions of Terraform. Easily install Terraform and manage the binary executable update from official releases page.
44

55
## How to Install
66

@@ -10,6 +10,13 @@ cd terraform-install
1010
make install
1111
```
1212

13+
After installation completed, you need to add this two lines of code into your Profile, `.bashrc` or `.zshrc` file.
14+
15+
```
16+
export TFM_INSTALL="$HOME/.tfm"
17+
export PATH="$TFM_INSTALL/bin:$PATH"
18+
```
19+
1320
## Usage
1421

1522
### Lists all available Terraform versions from official download page

0 commit comments

Comments
 (0)