You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/getting-started/linux.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The third option is to use the Docker image. This has the benefit of making no c
23
23
24
24
### Ubuntu/Debian
25
25
26
-
You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.13 or above.
26
+
You must have Go already installed on your machine in order to install TinyGo. We recommend Go v1.14 or above.
27
27
28
28
If you are using Ubuntu or another Debian based Linux on an Intel processor, download the DEB file from Github and install it using the following commands:
29
29
@@ -164,10 +164,10 @@ For Debian and Ubuntu, you can install the binaries provided by LLVM on
164
164
used to install LLVM 9 on Debian Stretch:
165
165
166
166
```shell
167
-
echo'deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-9 main'| sudo tee /etc/apt/sources.list.d/llvm.list
167
+
echo'deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-10 main'| sudo tee /etc/apt/sources.list.d/llvm.list
0 commit comments