Skip to content

Commit abf5420

Browse files
authored
Update README.md
1 parent dec0e77 commit abf5420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Before proceeding, run a `npm install -g purescript pulp bower` to install the r
2020

2121
`git clone https://github.com/theam/haskell-do && cd haskell-do`
2222

23-
`stack Build.hs -- --help` for detailed usage of the build file.
23+
`stack Build.hs -h` for detailed usage of the build file.
2424

25-
`stack Build.hs -- --deps` for installing the required dependencies, and
25+
`stack Build.hs -d` for installing the required dependencies, and
2626

27-
`stack Build.hs -- --all` for building the project.
27+
`stack Build.hs -a` for building the whole Haskell.do project.
2828

2929
### Initializing a project
3030
Begin by creating a **new** Stack project in another terminal:

0 commit comments

Comments
 (0)