Skip to content

Commit

Permalink
docs(lib-builder): Fix windows command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed May 13, 2024
1 parent fab5980 commit 5a27b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/lib_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ For Windows, use the following command in PowerShell from the root of the ``ardu
.. code-block:: powershell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/espressif/esp32-arduino-lib-builder/master/tools/docker/run.ps1" -OutFile "run.ps1"
.\run.ps1 $PWD
.\run.ps1 $pwd
.. warning::
It is always a good practice to understand what the script does before running it.
Expand Down

0 comments on commit 5a27b56

Please sign in to comment.