From 69079ba3bb7e93a67cbf191ca5e01596baa2090a Mon Sep 17 00:00:00 2001 From: ELNS Date: Wed, 17 Jun 2020 15:54:44 +0430 Subject: Adding navigating to directory and fixing export command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3