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
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -136,17 +136,11 @@ This should allow you to compile and flash TinyGo programs on an Arduino or othe
136
136
137
137
***If you have already followed the "Quick Install" instructions above for your distro, you do not need to perform a source install. You are now done with the needed installation. The "Source Install" is for when you want to contribute to TinyGo.***
138
138
139
-
Before installing make sure that you first turn on Go modules support, like this:
139
+
Start with getting the source code:
140
140
141
141
```shell
142
-
export GO111MODULE=on
143
-
```
144
-
145
-
Now, obtain the TinyGo source code, which should also obtain the various needed dependencies:
Copy file name to clipboardExpand all lines: content/getting-started/macos.md
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,11 @@ brew install avrdude
57
57
58
58
***If you have already followed the "Quick Install" instructions above, you do not need to perform a source install. You are now done with the needed installation. The "Source Install" is for when you want to contribute to TinyGo.***
59
59
60
-
Make sure that you first turn on Go modules support, like this:
60
+
Start with getting the source code:
61
61
62
62
```shell
63
-
export GO111MODULE=on
64
-
```
65
-
66
-
Now, obtain the TinyGo source code, which should also obtain the various needed dependencies:
0 commit comments