From 95fd763b40e6cccebb9efc92aa78c69c7c53ad63 Mon Sep 17 00:00:00 2001 From: ELNS Date: Thu, 18 Jun 2020 13:06:48 +0430 Subject: Applying requested changes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 28f5ace..f6d3fd1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ As the prototype matures and we enter production, we will do our best to stay ba ### Install Haskell -To install **Haskell Stack**, follow these [instructions](https://docs.haskellstack.org/en/stable/README/) +To install **Haskell Stack**, follow these [instructions](https://docs.haskellstack.org/en/stable/install_and_upgrade/) +, users without superuser (admin) permissions should follow the [manual installation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2) procedure. ### Download this repository @@ -27,8 +28,6 @@ cd fpm ### Build and Test fpm -Make sure that the development library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions) - Build fpm using: ```bash stack build -- cgit v1.2.3