Skip to content

Commit 890867d

Browse files
authored
docs clarification for arm achitecture
use `arm64` instead of just arm, otherwise the download fails
1 parent 459d15b commit 890867d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ String (Default: amd64)
141141
Specify architecture. Architecture other than the default amd64 can be specified with the `TFENV_ARCH` environment variable
142142

143143
```console
144-
$ TFENV_ARCH=arm tfenv install 0.7.9
144+
$ TFENV_ARCH=arm64 tfenv install 0.7.9
145145
```
146146

147147
##### `TFENV_AUTO_INSTALL`

0 commit comments

Comments
 (0)