Skip to content

Commit

Permalink
https://github.com/haxtheweb/issues/issues/2173
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro authored Oct 16, 2024
1 parent 9dae03b commit 3e89fa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ Rapidly build web components for the Web that work with HAX. HAX The Web's CLI t
# Usage

```bash
# this allows you to then use hax command
npm install @haxtheweb/create --global
# then run
hax

# also this will invoke 1x
npx @haxtheweb/create
#or
# this is same as above, better windows CLI support
npm init @haxtheweb
```

Expand Down

0 comments on commit 3e89fa4

Please sign in to comment.