You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/env-setup.rst
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ Environment Setup
16
16
17
17
~/.arduino15/
18
18
19
-
.. TODO: I would postpone the Windows part, as we won´t have all the dev tools available there
20
-
%USERPROFILE%\AppData\Local\Arduino15
21
19
22
20
3. Starting from the Arduino installation location, change directories:
23
21
@@ -31,9 +29,7 @@ Environment Setup
31
29
32
30
rm -rf x.y.z
33
31
34
-
.. This won´t be needed if the package is NOT installed using the .json package index installation.
35
-
36
-
5. | Clone this repo in a folder with a semver version name. An orderly practice could be to bump the existing version, and add a suffix to indicate the feature or bugfix.
32
+
5. | Clone this repo in a folder with a semver version name. A orderly practice could be to bump the existing version, and add a suffix to indicate the feature or bugfix.
37
33
|For example, from installed ``1.1.0`` to ``1.2.0-new-feature``:
0 commit comments