From f423d202cea2e7ffe72a7e8a95738a461b20a0e1 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Tue, 2 May 2023 17:45:48 -0400 Subject: [PATCH] fixed installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e4534..9627cb5 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ This package uses [Haskell Stack](https://haskellstack.org). Please 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 enter the command `stack install passman` in the -terminal to install passman. +this, you can simply enter the command `stack install` in the terminal +from this directory to install passman. ## Codeberg