aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorELNS <EverLookNeverSee@Protonmail.ch>2020-06-17 15:54:44 +0430
committerELNS <EverLookNeverSee@Protonmail.ch>2020-06-17 15:54:44 +0430
commit69079ba3bb7e93a67cbf191ca5e01596baa2090a (patch)
tree3be40832e01cb00ca0eacbf82c0e8e67bfd8f8a4 /README.md
parent7ee74b12f854309060bfd324d8cf4b976a9ea07b (diff)
downloadfpm-69079ba3bb7e93a67cbf191ca5e01596baa2090a.tar.gz
fpm-69079ba3bb7e93a67cbf191ca5e01596baa2090a.zip
Adding navigating to directory and fixing export command
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31759b3..2316b14 100644
--- a/README.md
+++ b/README.md
@@ -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