Skip to content

Commit b100d6d

Browse files
committed
getting-started/windows: corrections for latest versions of TinyGo
Signed-off-by: deadprogram <[email protected]>
1 parent b29127e commit b100d6d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/getting-started/install/windows.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: >
99

1010
This page has information on how to install and use TinyGo on Windows 10. If you wish to build TinyGo from source, for example if you intend to contribute to the project, please take a look [here](../../../docs/guides/build).
1111

12-
TinyGo can run on Windows 10, however please note that TinyGo does not support building exectuables for Windows. It only supports microcontrollers and WebAssembly on Windows.
13-
1412
TinyGo requires Go v1.16+ to be already installed on your machine.
1513

1614
### Quick Install via Scoop
@@ -44,9 +42,9 @@ Upgrading to the latest TinyGo version can be done via scoop with:
4442
> scoop update tinygo
4543
```
4644

47-
#### Installing Arduino Dependencies
45+
#### AVR (e.g. Arduino Uno)
4846

49-
You can install dependencies required for Arduino Development (`avr-gcc` and `avrdude`) also via Scoop:
47+
If you want to develop code for older Arduino boards such as the Arduino Uno, you can install the dependencies required for AVR development (`avr-gcc` and `avrdude`) via Scoop:
5048

5149
```shell
5250
> scoop install avr-gcc

0 commit comments

Comments
 (0)