Skip to content

Commit 077c842

Browse files
authored
Update README.md
1 parent 8af2ce4 commit 077c842

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,30 @@ The history has been rewritten to keep the repo small (thus removing all binarie
1616

1717
### Windows
1818
1. Type "Task Manager in the Windows Search Bar"
19+
1920
![Type "Task Manager in the Windows Search Bar"](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/01.png)
2021
2. Select the .config dir in your home
22+
2123
![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/02.png)
22-
3. Select the autostart dir
23-
![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/03.png)
24-
4. Move the file to the trash
25-
![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/04.png)
24+
3. Select the autostart file
25+
26+
![Select the autostart file](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/03.png)
27+
4. Disable it
28+
29+
![Disable it](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/04.png)
2630

2731
### Mac OSX
2832
1. Open Finder, click on Go menu, select 'Go to Folder'
33+
2934
![Open Finder, click on Go menu, select 'Go to Folder'](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/01.png)
3035
2. Type the directory containing the autolauncher file, change <username> with your Mac username, by default the directory is /Users/username/Library/LaunchAgents
36+
3137
![Type the directory containing the autolauncher file, change <username> with your Mac username, by default the directory is /Users/username/Library/LaunchAgents](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/02.png)
3238
3. Select the ArduinoCreateAgent.plist file
39+
3340
![Select the ArduinoCreateAgent.plist file](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/03.png)
3441
4. Right click on the file name and select 'Move to Trash'
42+
3543
![Right click on the file name and select 'Move to Trash'](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/04.png)
3644

3745
---
@@ -42,12 +50,16 @@ $ launchctl unload ~/Library/LaunchAgents/ArduinoCreateAgent.plist
4250

4351
### Linux
4452
1. Show hidden files
53+
4554
![Show hidden files](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/01.png)
4655
2. Select the .config dir in your home
56+
4757
![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/02.png)
4858
3. Select the autostart dir
59+
4960
![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/03.png)
5061
4. Move the file to the trash
62+
5163
![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/04.png)
5264

5365
---

0 commit comments

Comments
 (0)