Skip to content

Commit 24008fa

Browse files
committed
Updated README about available architectures for .deb installs (#172)
1 parent 0f2d7d5 commit 24008fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Install the latest release on Linux:
108108

109109
```bash
110110
# get latest release
111-
export ARCH=amd64 # can be 'i386', 'amd64' or 'arm'
111+
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
112112
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.4.0/scw_1.4.0_${ARCH}.deb" -O /tmp/scw.deb
113113
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
114114

0 commit comments

Comments
 (0)