diff options
author | ELNS <EverLookNeverSee@Protonmail.ch> | 2020-06-18 13:06:48 +0430 |
---|---|---|
committer | ELNS <EverLookNeverSee@Protonmail.ch> | 2020-06-18 13:06:48 +0430 |
commit | 95fd763b40e6cccebb9efc92aa78c69c7c53ad63 (patch) | |
tree | 783a1bafc449cb2f05b3476045cd1d3b7b04565b /README.md | |
parent | 67378513c575c1ca922a7dfbc7dc81afe2c30f79 (diff) | |
download | fpm-95fd763b40e6cccebb9efc92aa78c69c7c53ad63.tar.gz fpm-95fd763b40e6cccebb9efc92aa78c69c7c53ad63.zip |
Applying requested changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |