From a3e330da12b7251f64a5902333214c7b24e89b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Fri, 22 May 2020 18:36:00 +0000 Subject: [PATCH] Update installation.md (punctuation) --- gitlab-pages/docs/intro/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-pages/docs/intro/installation.md b/gitlab-pages/docs/intro/installation.md index f53d1f862..cfe77e84a 100644 --- a/gitlab-pages/docs/intro/installation.md +++ b/gitlab-pages/docs/intro/installation.md @@ -42,7 +42,7 @@ ligo --help ## Static Linux binary -The ligo executable is statically linked. It should run on most modern Linux distributions. +The `ligo` executable is statically linked. It should run on most modern Linux distributions. To use it, get it [here](/bin/linux/ligo), make it executable, you're done! @@ -59,7 +59,7 @@ sudo cp ./ligo /usr/local/bin ## Debian Linux package installation -A .deb package containing the static `ligo` executable is also available. +A `.deb` package containing the static `ligo` executable is also available. First download [the package](/deb/ligo.deb), and then install using: ```zsh