From ca1b76d484218a959fad49b47d6ea9852ab2fdd2 Mon Sep 17 00:00:00 2001 From: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Date: Mon, 23 May 2022 10:53:49 +0200 Subject: [PATCH] Adding path to Arduino Create Agent --- .../getting-started-web-editor.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/cloud/web-editor/tutorials/getting-started/getting-started-web-editor/getting-started-web-editor.md b/content/cloud/web-editor/tutorials/getting-started/getting-started-web-editor/getting-started-web-editor.md index b1e97c0d07..3e2163044f 100644 --- a/content/cloud/web-editor/tutorials/getting-started/getting-started-web-editor/getting-started-web-editor.md +++ b/content/cloud/web-editor/tutorials/getting-started/getting-started-web-editor/getting-started-web-editor.md @@ -52,6 +52,14 @@ When we are done, we should see this screen: Congratulations, you now have the necessary tools to start using the Web Editor. +> You can find the Arduino Create Agent files by following the path that relates to your operative system: +> +> **Windows:** `C:\Users\{username}\AppData\Roaming\ArduinoCreateAgent` +> +> **MacOS:** `Users/{username}/Applications/ArduinoCreateAgent` +> +> **Linux:** `/home//ArduinoCreateAgent` + ### Uploading a simple example Now, let's take a look at how the Web Editor works, by uploading a simple example to the board. First, we need to navigate to the Web Editor, by either [clicking this link](https://create.arduino.cc/editor) or clicking the menu at the top right corner, following the image below: @@ -80,4 +88,4 @@ If we look at the board we uploaded the code to, we should see the onboard LED b #### More tutorials -You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/). \ No newline at end of file +You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).