From f92dd5ca488f36b56bd6cc9e99fcffe5c37aacff Mon Sep 17 00:00:00 2001 From: ShorelineCrypto <42956879+ShorelineCrypto@users.noreply.github.com> Date: Sun, 30 Aug 2020 16:43:26 -0400 Subject: [PATCH] Update README.md --- doc/Chromebook/arm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Chromebook/arm/README.md b/doc/Chromebook/arm/README.md index b1e88d6..b59c1ef 100644 --- a/doc/Chromebook/arm/README.md +++ b/doc/Chromebook/arm/README.md @@ -25,7 +25,7 @@ Inside terminal, this file will be at your home directory. ## Determine your Platform is 64 bits arm64 or 32 bits armhf In newest arm chromebook, we expect 64 bits arm64 should be the norm. In older chromebook such as chromebook or chromebit with only 2G memory, it may be armhf platform. -In the rare cases, your chromebook may have 64 bits CPU, but the linux runs on 32 bits armhf. Here run below two commands to determine what is your linux architecture +In the rare cases, your chromebook may have 64 bits CPU, but the linux runs on 32 bits armhf. You can first run below two commands to determine what is your linux architecture ``` uname -a sudo apt-get update