Skip to content

Commit 71823ef

Browse files
committed
Windows and Linux - disable autostart
1 parent 1f05887 commit 71823ef

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
arduino-create-agent
22
====================
33

4+
## Installation
45
Get the latest version of the Agent for all supported platforms:
56

67
* [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
1112

1213
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
1314

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+
1446
# Contributing
1547

1648
Please use the current latest version:

0 commit comments

Comments
 (0)