From 3e89fa4cc39bce39026d6f6d3d9a958e4e98f593 Mon Sep 17 00:00:00 2001 From: Bryan Ollendyke Date: Wed, 16 Oct 2024 13:00:05 -0400 Subject: [PATCH] https://github.com/haxtheweb/issues/issues/2173 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0916e8..ae07efb 100644 --- a/README.md +++ b/README.md @@ -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 ```