Skip to content

Commit 2b88ef8

Browse files
committed
Fix typo and proxy conf file
1 parent ad6e75a commit 2b88ef8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The history has been rewritten to keep the repo small (thus removing all binarie
2828

2929
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:
3030

31-
![Agent multiple configuration tray ycon](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/tray-icon-multiple-profiles.png)
31+
![Agent multiple configuration tray icon](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/tray-icon-multiple-profiles.png)
3232

3333
The default `config.ini` file contains common configurations, every other config file inherit from it.
3434

@@ -43,16 +43,18 @@ To create multiple configuration files:
4343
- restart the agent
4444
- click the tray bar icon and select the new configuration
4545

46+
**Tip**: you can also use the multiple configurations feature to create a new configuration with the proxy settings. This way you can have multiple proxies configured and disable proxy configuration with ease.
47+
4648
## When behind a proxy
4749

4850
The agent support working behind a proxy, but manual configuration is required ( there is no support for automatic proxy discovery ).
4951

5052
To add proxy configuration:
5153
- stop the agent: tray bar icon -> pause then tray bar icon -> kill
5254
- find the `config.ini` file that is present in the `arduino-create-agent` installation folder
53-
- copy `config.ini` or create a new ini file (e.g. `proxy.ini`) with content:
55+
- copy `config.ini` to a new file (e.g. `proxy.ini`) with content:
5456
```ini
55-
name = Proxy profile
57+
name = Proxy Enabled
5658
[env]
5759
http_proxy=your.proxy.here
5860
https_proxy=your.https.proxyhere
@@ -62,10 +64,8 @@ To add proxy configuration:
6264
- select the proper Proxy profile as in the image
6365
- your agent will now work behind a proxy
6466

65-
![Agent multiple configuration tray ycon](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/tray-icon-multiple-profiles.png)
67+
![Agent multiple configuration tray icon](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/tray-icon-multiple-profiles.png)
6668

67-
**Tip**: you can also use the multiple configurations feature to create a new configuration with the proxy settings. This way you can have multiple proxies configured and disable proxy configuration with ease.
68-
6969

7070
## Disable Autostart
7171

0 commit comments

Comments
 (0)