Skip to content

Commit 2df8981

Browse files
committed
removed old download links
1 parent c6955ce commit 2df8981

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

README.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,7 @@ goa gen github.com/arduino/arduino-create-agent/design
1515
```
1616

1717
## 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
3319

3420
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)
3521

@@ -142,26 +128,6 @@ To start manually the agent you can open the file at:
142128
$ nohup $HOME/ArduinoCreateAgent-1.1/Arduino_Create_Bridge &
143129
```
144130
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-
165131
## How to use it
166132
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.
167133
@@ -498,8 +464,3 @@ By making a contribution to this project, I certify that:
498464
maintained indefinitely and may be redistributed consistent with
499465
this project or the open source license(s) involved.
500466
```
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

Comments
 (0)