From 1f4427644c662036e3156aeb786dcbb391161b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Fri, 23 Dec 2022 16:16:25 +0100 Subject: [PATCH] Windows install information --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1f3f6eb..bc15ae2 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file