From 0e4a0b0fde0461f11b02891c27fc52fd29ce7133 Mon Sep 17 00:00:00 2001 From: ELNS Date: Wed, 17 Jun 2020 17:43:45 +0430 Subject: Removing imperfect manual installation guide for linux and adding haskell tool stack documentation instead --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 2efaaec..388afc6 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,7 @@ As the prototype matures and we enter production, we will do our best to stay ba ### Install Haskell -To install [Haskell Stack](https://haskellstack.org/) on -Linux without root access, follow the [manual download](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2) procedure: -```bash -wget https://get.haskellstack.org/stable/linux-x86_64-static.tar.gz -tar xaf linux-x86_64-static.tar.gz -``` -navigate to stack directory: -```bash -cd stack-2.1.3-linux-x86_64-static/ -``` -and put the `stack` binary in your path, for example: -```bash -export PATH="$PATH:`pwd`" -``` +To install [Haskell Stack](https://haskellstack.org/), follow these [instructions](https://docs.haskellstack.org/en/stable/README/) ### Download this repository -- cgit v1.2.3