You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ the needed files to start a project correctly.
55
55
- The `stack build` command will build the minimal project.
56
56
-`stack exec my-project-exe` will execute the command.
57
57
- If you just want to install an executable using stack, then all you have to do
58
-
is`stack install <package-name>`.
58
+
is`stack install <package-name>`.
59
59
60
60
If you want to launch a REPL:
61
61
@@ -118,7 +118,10 @@ installed.
118
118
4. Once `stack` finishes building, check the stack version with
119
119
`stack exec stack -- --version`. Make sure the version is the latest.
120
120
5. Look for issues tagged with
121
-
[`newcomer` and `awaiting-pr` labels](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer+label%3A%22awaiting+pr%22).
@@ -175,4 +178,4 @@ commercial Haskell users, and has since become a thriving open source
175
178
project meeting the needs of Haskell users of all stripes.
176
179
177
180
If you'd like to get involved with Stack, check out the
178
-
[newcomers label on the Github issue tracker](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3Anewcomer).
181
+
[newcomer friendly](https://github.com/commercialhaskell/stack/issues?q=is%3Aopen+is%3Aissue+label%3a%22newcomer+friendly%22) label on the Github issue tracker.
0 commit comments