File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/getting-started/install Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ This should allow you to flash TinyGo programs on an Arduino or other supported
112112
113113### Arch Linux
114114
115- There is an [ Arch package] ( https://archlinux.org/packages/community /x86_64/tinygo/ ) available for the latest TinyGo release.
115+ There is an [ Arch package] ( https://archlinux.org/packages/extra /x86_64/tinygo/ ) available for the latest TinyGo release.
116116
117117If you are only interested in compiling TinyGo code for WebAssembly then you are now done with the installation.
118118
@@ -126,7 +126,7 @@ There are some additional requirements to compile TinyGo programs that can run o
126126
127127To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install avrdude:
128128
129- [ avrdude package] ( https://www. archlinux.org/packages/community /x86_64/avrdude/ )
129+ [ avrdude package] ( https://archlinux.org/packages/extra /x86_64/avrdude/ )
130130
131131This should allow you to flash TinyGo programs on an Arduino or other supported AVR-based board.
132132
You can’t perform that action at this time.
0 commit comments