Skip to content

Commit 05ae89e

Browse files
committed
fix install instructions
1 parent 95b0a24 commit 05ae89e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/posts/why-you-probably-shouldnt-use-my-elm-land-fork.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ This fork is a bridge, not a rejection. It's a way to use Elm Land productively
132132
If you've read all the caveats and still want to try it:
133133

134134
```bash
135-
npm install @cekrem/elm-land
135+
# Global install
136+
npm install -g @cekrem/elm-land
137+
138+
# Project install
139+
npm install --save-dev @cekrem/elm-land
136140
```
137141

138142
Then use `elm-land` commands as normal - the CLI is identical, just with the new `withOnSharedMsg` hook available.

0 commit comments

Comments
 (0)