From ecebfb37ccfff75d95e1cfc7a8f0d7c15cc9c0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzanne=20Dup=C3=A9ron?= Date: Fri, 22 May 2020 18:33:18 +0000 Subject: [PATCH] Update installation.md (grammar) --- 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 111c1c50a..702f23934 100644 --- a/gitlab-pages/docs/intro/installation.md +++ b/gitlab-pages/docs/intro/installation.md @@ -42,7 +42,7 @@ ligo --help ## Static Linux binary -We have built ligo executable statically. 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 -We have produced .deb package with the static executable of ligo. +There is also a .deb package containing the static `ligo` executable. First download [the package](/deb/ligo.deb), and then install using: ```zsh