Skip to content

Commit

Permalink
Update shell-commands.rst to use %USERPROFILE% in Windows PATH (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndoo authored Dec 31, 2024
1 parent 9f64f54 commit fa9c770
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/installation/shell-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@ Windows
Please read one of these instructions `How do I set or change the PATH system variable? <https://www.google.com.ua/search?q=how+do+i+set+or+change+the+path+system+variable>`_

You need to edit the system environment variable called ``Path`` and append
``C:\Users\UserName\.platformio\penv\Scripts\`` path in the beginning of a
list (please replace ``UserName`` with your account name).
``%USERPROFILE%\.platformio\penv\Scripts\`` path in the beginning of the list.

0 comments on commit fa9c770

Please sign in to comment.