diff options
author | ELNS <EverLookNeverSee@Protonmail.ch> | 2020-06-17 15:54:44 +0430 |
---|---|---|
committer | ELNS <EverLookNeverSee@Protonmail.ch> | 2020-06-17 15:54:44 +0430 |
commit | 69079ba3bb7e93a67cbf191ca5e01596baa2090a (patch) | |
tree | 3be40832e01cb00ca0eacbf82c0e8e67bfd8f8a4 /README.md | |
parent | 7ee74b12f854309060bfd324d8cf4b976a9ea07b (diff) | |
download | fpm-69079ba3bb7e93a67cbf191ca5e01596baa2090a.tar.gz fpm-69079ba3bb7e93a67cbf191ca5e01596baa2090a.zip |
Adding navigating to directory and fixing export command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,9 +22,13 @@ Linux without root access, follow the [manual download](https://docs.haskellstac 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: ``` -export PATH="$PATH:`pwd`/stack-2.1.3-linux-x86_64-static/" +export PATH="$PATH:`pwd`" ``` ### Download this repository |