Skip to content

Commit d1d2c74

Browse files
bketelsendeadprogram
authored andcommitted
fix: update path instructions for ubuntu
fix incorrect `/usr/local/tinygo/bin` path, correct to actual `/usr/local/bin`
1 parent 36cc2c0 commit d1d2c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/getting-started/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sudo dpkg -i tinygo_0.23.0_armhf.deb
4242
You will need to ensure that the path to the `tinygo` executable file is in your `PATH` variable.
4343

4444
```shell
45-
export PATH=$PATH:/usr/local/tinygo/bin
45+
export PATH=$PATH:/usr/local/bin
4646
```
4747

4848
You can test that the installation is working properly by running this code which should display the version number:

0 commit comments

Comments
 (0)