You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-40Lines changed: 1 addition & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,7 @@ goa gen github.com/arduino/arduino-create-agent/design
15
15
```
16
16
17
17
## Installation
18
-
Get the latest version of the Agent for all supported platforms:
19
-
20
-
### Windows
21
-
*[Windows with Edge](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-windows-installer-edge.exe)
22
-
*[Windows with Chrome](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-windows-installer-chrome.exe)
23
-
*[Windows with Firefox](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-windows-installer-firefox.exe)
24
-
25
-
### MacOSX
26
-
*[MacOSX with Safari](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-osx-installer-safari.dmg)
27
-
*[MacOSX with Chrome](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-osx-installer-chrome.dmg)
28
-
*[MacOSX with Firefox](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-osx-installer-firefox.dmg)
29
-
30
-
### Linux
31
-
*[Linux x64 with Chrome](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-linux-x64-installer-chrome.tar.gz)
32
-
*[Linux x64 with Firefox](https://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-linux-x64-installer-firefox.tar.gz)
18
+
Get the [latest version](https://github.com/arduino/arduino-create-agent/releases) of the Agent for all supported platforms
33
19
34
20
arduino-create-agent is a fork of @[johnlauer](https://github.com/johnlauer)'s [serial-port-json-server](https://github.com/johnlauer/serial-port-json-server) (which we really want to thank for his kindness and great work)
35
21
@@ -142,26 +128,6 @@ To start manually the agent you can open the file at:
or in the location selected during the installation
145
-
146
-
# Contributing
147
-
148
-
Please use the current latest version:
149
-
150
-
### Windows
151
-
* [Windows with Edge dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-windows-installer-edge.exe)
152
-
* [Windows with Chrome dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-windows-installer.exe)
153
-
* [Windows with Firefox dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-windows-installer-firefox.exe)
154
-
155
-
### MacOSX
156
-
* [MacOSX with Safari dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-osx-installer-safari.dmg)
157
-
* [MacOSX with Chrome dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-osx-installer-chrome.dmg)
158
-
* [MacOSX with Firefox dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-osx-installer-firefox.dmg)
159
-
160
-
### Linux
161
-
* [Linux x64 with Chrome dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-linux-x64-installer-chrome.run)
162
-
* [Linux x64 with Firefox dev](https://downloads.arduino.cc/CreateBridge/staging/ArduinoCreateAgent-1.0-linux-x64-installer-firefox.run)
163
-
164
-
165
131
## How to use it
166
132
The arduino create agent is a single binary that reads from a configuration file. Upon launching it will sit on the traybar and work in the background.
167
133
@@ -498,8 +464,3 @@ By making a contribution to this project, I certify that:
498
464
maintained indefinitely and may be redistributed consistent with
499
465
this project or the open source license(s) involved.
500
466
```
501
-
502
-
503
-
## Creating a release
504
-
Just create a new release on GitHub, and our drone server will build and upload
505
-
the compiled binaries for every architecture in a zip file in the release itself.
0 commit comments