diff options
author | deadprogram <[email protected]> | 2022-01-20 12:24:04 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-01-20 17:02:33 +0100 |
commit | f5b792504742111bb2ed37d49d9e0ac2aec9ed11 (patch) | |
tree | d6f7ae0627315dc910a50605fce5e4b4c24aa256 /BUILDING.md | |
parent | 50401c05e818703387fdc4817059f9257fd004fa (diff) | |
download | tinygo-f5b792504742111bb2ed37d49d9e0ac2aec9ed11.tar.gz tinygo-f5b792504742111bb2ed37d49d9e0ac2aec9ed11.zip |
docs: correct link for building development version of TinyGo
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/BUILDING.md b/BUILDING.md index 22dd87ec1..16d5c7149 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 |