File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
arduino-create-agent
2
2
====================
3
3
4
+ ## Installation
4
5
Get the latest version of the Agent for all supported platforms:
5
6
6
7
* [ Windows] ( http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-windows-installer.exe )
@@ -11,6 +12,37 @@ arduino-create-agent is a fork of @johnlauer's serial-port-json-server (which we
11
12
12
13
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
13
14
15
+ ## Disable Autostart
16
+
17
+ ### Windows
18
+ 1 . ![ Type "Task Manager in the Windows Searchbar" ] ( https://github.com/arduino/arduino-create-agent/master/images/windows/01.png )
19
+ 2 . ![ Select the .config dir in your home] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/02.png )
20
+ 3 . ![ Select the autostart dir] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/03.png )
21
+ 4 . ![ Move the file to the trash] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/windows/04.png )
22
+ 2 . Find the Arduino
23
+
24
+ ### Mac OSX
25
+
26
+ ### Linux
27
+ Visual way:
28
+ 1 . ![ Show hidden files] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/01.png )
29
+ 2 . ![ Select the .config dir in your home] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/02.png )
30
+ 3 . ![ Select the autostart dir] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/03.png )
31
+ 4 . ![ Move the file to the trash] ( https://raw.githubusercontent.com/arduino/arduino-create-agent/master/images/linux/04.png )
32
+ ---
33
+ The command line way:
34
+
35
+ Just remove the autostart file in your desktop manager, in Ubuntu is:
36
+ ```
37
+ $ rm $HOME/.config/autostart/arduino-create-agent.desktop
38
+ ```
39
+ To start manually the agent you can open the file at:
40
+
41
+ ```
42
+ $ nohup $HOME/ArduinoCreateAgent-1.1/Arduino_Create_Bridge &
43
+ ```
44
+ or in the location selected during the installation
45
+
14
46
# Contributing
15
47
16
48
Please use the current latest version:
You can’t perform that action at this time.
0 commit comments