From 2d87072c79494b1b1e5b679ad0b4cb72da87ec75 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 9 Sep 2020 09:33:49 +0200 Subject: [PATCH] Fix 32 bit arch name --- docs/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 93e9f3efd..30052d808 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -2,7 +2,7 @@ Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases are considered official binaries. We focus on a couple of popular Linux distros and -the following CPU architectures: `386`, `amd64`, `arm64`. +the following CPU architectures: `i386`, `amd64`, `arm64`. Other sources for installation are community-maintained and thus might lag behind our release schedule.