+Download the `Windows` file from [fh.novatea.dev/cli](https://fh.novatea.dev/cli)! Open an Administrator PowerShell and run the following command: `New-Item -Path "C:\Program Files\FolderHarbor" -ItemType Directory ; Move-Item -Path "$env:USERPROFILE\Downloads\folderharbor-cli-*-windows-amd64.exe" -Destination "C:\Program Files\FolderHarbor\folderharbor.exe" ; [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files\FolderHarbor", [EnvironmentVariableTarget]::Machine)`. Restart PowerShell, then run `folderharbor --help`! If you see a help prompt, the installation was successful! Go on to running `folderharbor auth login` or `folderharbor auth register` :3
0 commit comments