Windows
Installationโ
- winget
- scoop
- manual
Open a PowerShell prompt and run the following command:
winget install JanDeDobbeleer.Aliae -s winget
Open a PowerShell prompt and run the following command:
scoop install https://github.com/JanDeDobbeleer/aliae/releases/latest/download/aliae.json
Open a PowerShell prompt and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://aliae.dev/install.ps1'))
Updateโ
- winget
- scoop
- manual
Open a PowerShell prompt and run the following command:
winget upgrade JanDeDobbeleer.Aliae -s winget
Open a PowerShell prompt and run the following command:
scoop update Aliae
Open a PowerShell prompt and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://aliae.dev/install.ps1'))