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: README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,28 @@ Run `make toolchain` to install the following dependencies (using the in-progres
34
34
-[Go](https://go.dev/)
35
35
-[TinyGo](https://tinygo.org/)
36
36
37
-
For now, you will need to manually copy the newly installed Go into a usual location. (Once the build tool is complete, this step will not be necessary)
37
+
#### Additional Steps
38
+
39
+
For now (until the build tool is complete), you will need to take a couple manual steps.
40
+
41
+
First, set the PATH to the newly installed Go and TinyGo (replacng x.y.z with the correct version in each):
0 commit comments