diff --git a/README.md b/README.md index a3421549..432b8672 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The most recently selected versions are presented at the top of the dropdown. 3. Hit **Enter** to select the desired version. -### Use .tfswitch.toml file (For uprivilege users/ non-admin - users with limited privilege on their computer) +### Use .tfswitch.toml file (For non-admin - users with limited privilege on their computers) This is similiar to using a .tfswitchrc file, but you can specify a custom binary path for your terraform installation drawing diff --git a/docs/_site/additional.html b/docs/_site/additional.html index aaa1533f..9e0f4671 100644 --- a/docs/_site/additional.html +++ b/docs/_site/additional.html @@ -23,7 +23,7 @@ {"description":"Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform","@type":"WebPage","url":"/additional.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/img/logo.png"}},"headline":"tfswitch","@context":"http://schema.org"} - + diff --git a/docs/_site/index.html b/docs/_site/index.html index 62df3971..9fc4d600 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -23,7 +23,7 @@ {"name":"tfswitch","description":"Manage terraform versions - the tfswitch command line tool lets you switch between different versions of terraform","@type":"WebSite","url":"/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/img/logo.png"}},"headline":"Terraform Switcher","@context":"http://schema.org"} - + @@ -128,10 +128,10 @@

See all
  • Hit Enter to select the desired version.
  • -

    Use .tfswitch.toml file (For uprivilege users/ non-admin - users with limited privilege on their computer)

    +

    Use .tfswitch.toml file (For non-admin - users with limited privilege on their computers)

    This is similiar to using a .tfswitchrc file, but you can specify a custom binary path for your terraform installation

    -

    drawing

    +

    drawing

    1. Create a custom binary path. Ex: mkdir /Users/warrenveerasingam/bin (replace warrenveerasingam with your username)
    2. @@ -146,7 +146,7 @@

      tfswitch and it should automatically install the required terraform version in the specified binary path

    -

    drawing

    +

    drawing

    Use .tfswitchrc file

    drawing

    diff --git a/docs/_site/index.md b/docs/_site/index.md index 642236dd..106e3af1 100644 --- a/docs/_site/index.md +++ b/docs/_site/index.md @@ -58,10 +58,10 @@ The most recently selected versions are presented at the top of the dropdown. 2. For example, `tfswitch -l` or `tfswitch --list-all` to see all versions. 3. Hit **Enter** to select the desired version. -### Use .tfswitch.toml file (For uprivilege users/ non-admin - users with limited privilege on their computer) +### Use .tfswitch.toml file (For non-admin - users with limited privilege on their computers) This is similiar to using a .tfswitchrc file, but you can specify a custom binary path for your terraform installation -drawing +drawing 1. Create a custom binary path. Ex: `mkdir /Users/warrenveerasingam/bin` (replace warrenveerasingam with your username) 2. Add the path to your PATH. Ex: `export PATH=$PATH:/Users/warrenveerasingam/bin` (add this to your bash profile or zsh profile) @@ -74,7 +74,7 @@ version = "0.11.3" ``` 4. Run `tfswitch` and it should automatically install the required terraform version in the specified binary path -drawing +drawing ### Use .tfswitchrc file drawing diff --git a/docs/index.md b/docs/index.md index 642236dd..106e3af1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,10 +58,10 @@ The most recently selected versions are presented at the top of the dropdown. 2. For example, `tfswitch -l` or `tfswitch --list-all` to see all versions. 3. Hit **Enter** to select the desired version. -### Use .tfswitch.toml file (For uprivilege users/ non-admin - users with limited privilege on their computer) +### Use .tfswitch.toml file (For non-admin - users with limited privilege on their computers) This is similiar to using a .tfswitchrc file, but you can specify a custom binary path for your terraform installation -drawing +drawing 1. Create a custom binary path. Ex: `mkdir /Users/warrenveerasingam/bin` (replace warrenveerasingam with your username) 2. Add the path to your PATH. Ex: `export PATH=$PATH:/Users/warrenveerasingam/bin` (add this to your bash profile or zsh profile) @@ -74,7 +74,7 @@ version = "0.11.3" ``` 4. Run `tfswitch` and it should automatically install the required terraform version in the specified binary path -drawing +drawing ### Use .tfswitchrc file drawing