Skip to content

Commit

Permalink
docs(readme): add note on enabling long paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jul 14, 2023
1 parent 528a0bf commit c5bf62f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ This means that:

### Quickstart

It highly recommended that you enable support for long paths in Windows by running the following command in an
Administrator Terminal before starting with this quickstart guide:

```powershell
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
```

Make sure that you have either the [Scoop Package Manager](https://scoop.sh) or WinGet installed, then run the following
commands at a PowerShell prompt. If you are using WinGet, make sure that you open a new terminal window or reload your
profile after running the installation steps. Since this is not required when using `scoop`, I personally recommend that
Expand Down

0 comments on commit c5bf62f

Please sign in to comment.