Skip to content

Commit

Permalink
docs(quickstart): ensure $env:localappdata\komorebi creation
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Feb 16, 2024
1 parent 17a4580 commit 40947e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ running the following command in an Administrator Terminal before installing
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
```

## Local data directory

If you are installing `komorebi` for the first time on a new machine, create a
dedicated folder for `komorebi` in `$Env:LOCALAPPDATA`.

```powershell
mkdir "$Env:LOCALAPPDATA\komorebi" -ea 0
```

## Scoop

Make sure you have installed [`scoop`](https://scoop.sh) and verified that
Expand Down

0 comments on commit 40947e3

Please sign in to comment.