From f92623266cf8d9f358b0ea3bf322db22ddfc8c00 Mon Sep 17 00:00:00 2001 From: Kah Goh Date: Sat, 25 May 2024 15:47:39 +0800 Subject: [PATCH] Fix markdown link in INSTALLATION.md --- docs/INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index c3f2990..65332a7 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -44,7 +44,7 @@ tar -xzf unisonlanguage/ucm.tar.gz -C unisonlanguage 2. If you’re not sure you already have it, install Git: * Via winget: `winget install --id Git.Git -e --source winget` * If you are on Windows 10 and don’t have winget, you can install it from [the Microsoft Store](https://www.microsoft.com/en-us/p/app-installer/9nblggh4nns1), and then run the command above. -3. [Download the UCM with the link provided here]https://www.unison-lang.org/learn/quickstart/#installation-options) and extract it to a location of your choosing. +3. [Download the UCM with the link provided here](https://www.unison-lang.org/learn/quickstart/#installation-options) and extract it to a location of your choosing. 4. Run `ucm.exe` ### Option 4: Nix installation