We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cc2c0 commit d1d2c74Copy full SHA for d1d2c74
content/getting-started/install/linux.md
@@ -42,7 +42,7 @@ sudo dpkg -i tinygo_0.23.0_armhf.deb
42
You will need to ensure that the path to the `tinygo` executable file is in your `PATH` variable.
43
44
```shell
45
-export PATH=$PATH:/usr/local/tinygo/bin
+export PATH=$PATH:/usr/local/bin
46
```
47
48
You can test that the installation is working properly by running this code which should display the version number:
0 commit comments