fix: go version in ARMv6 section of INSTALL.md

This commit is contained in:
Thebora Kompanioni 2022-07-23 17:55:06 +02:00 committed by GitHub
parent 2d093ac183
commit a4ae57f9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ the following commands for your OS:
isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install
this version of Go. If it matches, then proceed to install Go: this version of Go. If it matches, then proceed to install Go:
``` ```
tar -C /usr/local -xzf go1.17.1.linux-armv6l.tar.gz tar -C /usr/local -xzf go1.18.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
``` ```