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
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ Get the latest version of the Agent for all supported platforms:
18
18
*[Linux x64 with Chrome](http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-linux-x64-installer-chrome.tar.gz)
19
19
*[Linux x64 with Firefox](http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-linux-x64-installer-firefox.tar.gz)
20
20
21
-
arduino-create-agent is a fork of @johnlauer's serial-port-json-server (which we really want to thank for his kindness and great work)
21
+
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)
22
22
23
23
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
24
24
25
25
26
26
27
27
## Using multiple configurations
28
28
29
-
The agent support multiple configuration files. When multiple configurations are found by the agent, the tray icon menu is expanded to contain the different configurations:
29
+
The agent supports multiple configuration files. When multiple configurations are found by the agent, the tray icon menu is expanded to contain the different configurations:
@@ -47,7 +47,7 @@ To create multiple configuration files:
47
47
48
48
## When behind a proxy
49
49
50
-
The agent support working behind a proxy, but manual configuration is required (there is no support for automatic proxy discovery).
50
+
The agent supports working behind a proxy, but manual configuration is required (there is no support for automatic proxy discovery).
51
51
52
52
To add proxy configuration:
53
53
- stop the agent: tray bar icon -> pause then tray bar icon -> kill
@@ -402,7 +402,7 @@ Please attach the output of the commands running at the debug console if useful.
402
402
403
403
We are glad you want to contribute with code: that's the best way to help this software.
404
404
405
-
Your contribution is adding or modifying existing behaviour, please always refer to an existing issue or open a new one before contributing. We are are trying to use [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development) in the near future: please add one or more tests that prove that your contribution is good and is working as expected, it will help us a lot.
405
+
Your contribution is adding or modifying existing behaviour, please always refer to an existing issue or open a new one before contributing. We are trying to use [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development) in the near future: please add one or more tests that prove that your contribution is good and is working as expected, it will help us a lot.
406
406
407
407
Be sure to use `go vet` and `go fmt` on every file before each commit: it ensures your code is properly formatted.
0 commit comments