Windows install information

This commit is contained in:
2022-12-23 16:16:25 +01:00
parent f5f01dd100
commit 1f4427644c

View File

@@ -10,3 +10,10 @@ Alma (aka Advanced Link Manager Application) is another dotfiles management tool
sudo wget https://github.com/ADIX7/Alma/releases/download/latest/alma-linux -O /usr/local/bin/alma sudo wget https://github.com/ADIX7/Alma/releases/download/latest/alma-linux -O /usr/local/bin/alma
sudo chmod +x /usr/local/bin/alma sudo chmod +x /usr/local/bin/alma
``` ```
**Windows**
This PowerShell command will download the alma.exe to the current folder. Move it to a folder that is in PATH.
```
Invoke-WebRequest https://github.com/ADIX7/Alma/releases/download/latest/Alma.exe -OutFile alma.exe
```