From bd29b423865c64c15c5438c1a72b3a7ef080165b Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Mon, 31 Dec 2018 17:40:55 -0500 Subject: [PATCH] better install instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80b0f07..c6f392a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ terminal. ## Installing This package uses [Haskell Stack](https://haskellstack.org). Please -refer to their website for instructions on installing Haskell Stack. -Once you have done this, you can simply use the command `stack -install` from within this directory to install passman. +refer to [their +website](https://docs.haskellstack.org/en/stable/README/#how-to-install) +for instructions on installing Haskell Stack. Once you have done +this, you can simply enterg the command `stack install passman` in the +terminal to install passman. ## GitHub