Windows install information
This commit is contained in:
@@ -9,4 +9,11 @@ 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 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
|
||||
```
|
||||
Reference in New Issue
Block a user