Skip to content

Commit 4695092

Browse files
committed
Include instruction for installing package name
In my opinion, most newbie wants to know if they can [install a package using `stack`](https://stackoverflow.com/questions/31030438/how-to-install-a-package-using-stack). And adding that in README is essential IMO. [ci skip]
1 parent 7609e6e commit 4695092

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ You may be prompted to run some of the following along the way:
4343
* `stack setup` to download and install the correct GHC version. (For
4444
information on installation paths, please use the `stack path` command.)
4545

46+
If you just want to install a package using stack, then all you have
47+
to is `stack install <package-name>`.
48+
4649
Run `stack` for a complete list of commands.
4750

4851
#### Architecture

0 commit comments

Comments
 (0)