diff options
author | ELNS <EverLookNeverSee@Protonmail.ch> | 2020-06-17 17:43:45 +0430 |
---|---|---|
committer | ELNS <EverLookNeverSee@Protonmail.ch> | 2020-06-17 17:43:45 +0430 |
commit | 0e4a0b0fde0461f11b02891c27fc52fd29ce7133 (patch) | |
tree | 13877f0932ed863c77086de88ca8a65bfec9bed0 /README.md | |
parent | 97be28708c36e7251eb7741a8308b55380fb8e84 (diff) | |
download | fpm-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.md | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -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 |