File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,19 @@ It will be soon used as a building block in the Arduino IDE and Arduino Create.
1212
1313### Download the latest stable release
1414
15- This is not yet available until the first stable version is released.
15+ This is ** not yet available** until the first stable version is released.
1616
17- ### Build from source
17+ #### Download the latest unstable "alpha" preview
18+
19+ Please note that these are ** preview** build, they may have bugs, some features may not work or may be changed without notice:
20+
21+ - [ Linux 64 bit 0.2.0-alpha.preview] ( http://downloads.arduino.cc/arduino-cli/arduino-cli-0.2.0-alpha.preview-linux64.tar.bz2 )
22+ - [ Linux 32 bit 0.2.0-alpha.preview] ( http://downloads.arduino.cc/arduino-cli/arduino-cli-0.2.0-alpha.preview-linux32.tar.bz2 )
23+ - [ Linux ARM 0.2.0-alpha.preview] ( http://downloads.arduino.cc/arduino-cli/arduino-cli-0.2.0-alpha.preview-linuxarm.tar.bz2 )
24+ - [ Windows 0.2.0-alpha.preview] ( http://downloads.arduino.cc/arduino-cli/arduino-cli-0.2.0-alpha.preview-windows.zip )
25+ - [ Mac OSX 0.2.0-alpha.preview] ( http://downloads.arduino.cc/arduino-cli/arduino-cli-0.2.0-alpha.preview-osx.zip )
26+
27+ ### Build the latest "bleeding-edge" from source
1828
1929* You should have a recent Go compiler installed.
2030* Run ` go get -u github.com/arduino/arduino-cli `
You can’t perform that action at this time.
0 commit comments