File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
content/getting-started/install Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,13 @@ There are some additional requirements to compile TinyGo programs that can run o
9898
9999#### AVR (e.g. Arduino Uno)
100100
101- To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install some extra tools :
101+ To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install avrdude :
102102
103103``` shell
104- sudo dnf install avr-gcc
105- sudo dnf install avr-libc
106104sudo dnf install avrdude
107105```
108106
109- This should allow you to compile and flash TinyGo programs on an Arduino or other supported AVR-based board.
107+ This should allow you to flash TinyGo programs on an Arduino or other supported AVR-based board.
110108
111109#### You are now done with the TinyGo "Quick Install" for Fedora Linux
112110
@@ -124,15 +122,11 @@ There are some additional requirements to compile TinyGo programs that can run o
124122
125123#### AVR (e.g. Arduino Uno)
126124
127- To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install some extra tools:
128-
129- [ avr-gcc package] ( https://www.archlinux.org/packages/community/x86_64/avr-gcc/ )
130-
131- [ avr-libc package] ( https://www.archlinux.org/packages/community/any/avr-libc/ )
125+ To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install avrdude:
132126
133127[ avrdude package] ( https://www.archlinux.org/packages/community/x86_64/avrdude/ )
134128
135- This should allow you to compile and flash TinyGo programs on an Arduino or other supported AVR-based board.
129+ This should allow you to flash TinyGo programs on an Arduino or other supported AVR-based board.
136130
137131#### You are now done with the TinyGo "Quick Install" for Arch Linux
138132
You can’t perform that action at this time.
0 commit comments