Skip to content

Commit

Permalink
docs: correct link for building development version of TinyGo
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram authored and bgould committed Feb 7, 2022
1 parent ee63da8 commit 626ef02
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ lld so that the binary can be easily moved between systems. It also shows how to
build a release tarball that includes this binary and all necessary extra files.

**Note**: this documentation describes how to build a statically linked release
tarball. If you want to develop TinyGo, you will probably want to follow a
different guide:

* [Linux](https://tinygo.org/getting-started/linux/#source-install)
* [macOS](https://tinygo.org/getting-started/macos/#source-install)
* [Windows](https://tinygo.org/getting-started/windows/#source-install)
tarball. If you want to help with development of TinyGo itself, you should follow the guide located at https://tinygo.org/docs/guides/build/

## Dependencies

Expand Down

0 comments on commit 626ef02

Please sign in to comment.