Windows
Installationโ
- scoop
- manual
Open a PowerShell prompt and run the following commands:
scoop bucket add trajano https://github.com/trajano/scoop-bucket
scoop install trajano/aliae
Note: this Scoop bucket flow uses the
scoop-bucketrepository under the current fork owner.
Open a PowerShell prompt and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://trajano.github.io/aliae/install.ps1'))
Note: this manual command installs from the
trajano/aliaefork, not the officialJanDeDobbeleer/aliaerepository.
Updateโ
- scoop
- manual
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://trajano.github.io/aliae/install.ps1'))