Skip to content

Commit

Permalink
docs: update README to include more options for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbergholz committed Feb 2, 2023
1 parent 14a638f commit dac9f1a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ Using NPM:
npm init @nebulab/hydrogen --npm
```

Using the latest version:

```bash
npm init @nebulab/hydrogen@latest
```

If for some reason the above commands don't work, you could also install the package globaly:

```bash
npm i -g @nebulab/create-hydrogen
create-hydrogen
```

## Running the dev server

Then `cd` into the new directory and run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebulab/create-hydrogen",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Hydrogen template with CI/CD (deployed to Vercel) and Git Hooks",
"main": "src/cli.js",
"bin": "bin/create-hydrogen",
Expand Down
13 changes: 13 additions & 0 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ Using NPM:
npm init @nebulab/hydrogen --npm
```

Using the latest version:

```bash
npm init @nebulab/hydrogen@latest
```

If for some reason the above commands don't work, you could also install the package globaly:

```bash
npm i -g @nebulab/create-hydrogen
create-hydrogen
```

## Running the dev server

Then `cd` into the new directory and run:
Expand Down

0 comments on commit dac9f1a

Please sign in to comment.