From 705310a216b7ba0597cca4bc6be570aec2504034 Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Mon, 28 Apr 2025 22:51:21 -0400 Subject: [PATCH] doc: update readme for new config file location --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f03870..c701467 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,6 @@ To enable communication between your [local installation](http://localhost:8000/ add `origins = http://localhost:8000` on your agent config.ini file (if you are using https, add `origins = https://localhost:8000`). -- On macOs ~/Applications/ArduinoCreateAgent/ArduinoCreateAgent.app/Contents/MacOS/config.ini -- On Linux ~/ArduinoCreateAgent/config.ini -- On Windows C:\Users\\[your user]\AppData\Roaming\ArduinoCreateAgent +- On macOs `$HOME/Library/Application Support/ArduinoCreateAgent/config.ini` +- On Linux `$XDG_CONFIG_HOME/ArduinoCreateAgent/config.ini`. If empty, `$HOME/.config/ArduinoCreateAgent/config.ini` +- On Windows `%AppData%\ArduinoCreateAgent\config.ini`