aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorELNS <EverLookNeverSee@Protonmail.ch>2020-06-17 17:43:45 +0430
committerELNS <EverLookNeverSee@Protonmail.ch>2020-06-17 17:43:45 +0430
commit0e4a0b0fde0461f11b02891c27fc52fd29ce7133 (patch)
tree13877f0932ed863c77086de88ca8a65bfec9bed0 /README.md
parent97be28708c36e7251eb7741a8308b55380fb8e84 (diff)
downloadfpm-0e4a0b0fde0461f11b02891c27fc52fd29ce7133.tar.gz
fpm-0e4a0b0fde0461f11b02891c27fc52fd29ce7133.zip
Removing imperfect manual installation guide for linux and adding haskell tool stack documentation instead
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 1 insertions, 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