📝 Readme Linux installation

This commit is contained in:
2022-12-19 20:50:29 +01:00
parent 68b00169d1
commit acbae0d18f

View File

@@ -0,0 +1,12 @@
# Alma
Alma (aka Advanced Link Manager Application) is another dotfiles management tool.
## Installation
**Linux**
```
sudo wget https://github.com/ADIX7/Alma/releases/download/latest/alma-linux -O /usr/local/bin/alma
sudo chmod +x /usr/local/bin/alma
```