Skip to content

Commit 91e72cc

Browse files
authored
Merge pull request #255 from arduino/jhansson-ard/aca-files
Adding path to Arduino Create Agent
2 parents 527a13f + ca1b76d commit 91e72cc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/cloud/web-editor/tutorials/getting-started/getting-started-web-editor/getting-started-web-editor.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ When we are done, we should see this screen:
5252

5353
Congratulations, you now have the necessary tools to start using the Web Editor.
5454

55+
> You can find the Arduino Create Agent files by following the path that relates to your operative system:
56+
>
57+
> **Windows:** `C:\Users\{username}\AppData\Roaming\ArduinoCreateAgent`
58+
>
59+
> **MacOS:** `Users/{username}/Applications/ArduinoCreateAgent`
60+
>
61+
> **Linux:** `/home/<user>/ArduinoCreateAgent`
62+
5563
### Uploading a simple example
5664

5765
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
8088

8189
#### More tutorials
8290

83-
You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).
91+
You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).

0 commit comments

Comments
 (0)