Skip to content

Commit 8af2ce4

Browse files
authored
fixed captions
1 parent 93932f1 commit 8af2ce4

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

README.md

+24-12
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,24 @@ The history has been rewritten to keep the repo small (thus removing all binarie
1515
## Disable Autostart
1616

1717
### Windows
18-
1. ![Type "Task Manager in the Windows Search Bar"](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/01.png)
19-
2. ![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/02.png)
20-
3. ![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/03.png)
21-
4. ![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/04.png)
18+
1. Type "Task Manager in the Windows Search Bar"
19+
![Type "Task Manager in the Windows Search Bar"](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/windows/01.png)
20+
2. Select the .config dir in your home
21+
![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)
2226

2327
### Mac OSX
24-
1. ![Open Finder, click on Go menu, select 'Go to Folder'](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/01.png)
25-
2. ![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)
26-
3. ![Select the ArduinoCreateAgent.plist file](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/03.png)
27-
4. ![Right click on the file name and select 'Move to Trash'](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/04.png)
28+
1. Open Finder, click on Go menu, select 'Go to Folder'
29+
![Open Finder, click on Go menu, select 'Go to Folder'](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/01.png)
30+
2. Type the directory containing the autolauncher file, change <username> with your Mac username, by default the directory is /Users/username/Library/LaunchAgents
31+
![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)
32+
3. Select the ArduinoCreateAgent.plist file
33+
![Select the ArduinoCreateAgent.plist file](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/03.png)
34+
4. Right click on the file name and select 'Move to Trash'
35+
![Right click on the file name and select 'Move to Trash'](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/mac/04.png)
2836

2937
---
3038
The command line way:
@@ -33,10 +41,14 @@ $ launchctl unload ~/Library/LaunchAgents/ArduinoCreateAgent.plist
3341
```
3442

3543
### Linux
36-
1. ![Show hidden files](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/01.png)
37-
2. ![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/02.png)
38-
3. ![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/03.png)
39-
4. ![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/04.png)
44+
1. Show hidden files
45+
![Show hidden files](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/01.png)
46+
2. Select the .config dir in your home
47+
![Select the .config dir in your home](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/02.png)
48+
3. Select the autostart dir
49+
![Select the autostart dir](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/03.png)
50+
4. Move the file to the trash
51+
![Move the file to the trash](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/04.png)
4052

4153
---
4254
The command line way:

0 commit comments

Comments
 (0)