Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theurgi committed Apr 11, 2023
1 parent f10866f commit 00d40cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ This monorepo contains a collection of templates for various languages and frame

## Installation

To create a new project using one of these templates, you can use degit to copy the repository without the Git history:
To create a new project using one of these templates, you can use [degit](https://github.com/Rich-Harris/degit) to copy the repository without the Git history:

First, make sure you have degit installed globally:

Expand Down
8 changes: 7 additions & 1 deletion packages/node-typescript/README.md
Expand Up @@ -40,7 +40,13 @@ After you've installed the template, you need to install the dependencies:
pnpm install
```

Once you've installed the dependencies, run the following command to set up Husky:
Next, initialize a git:

```bash
git init
```

Once you've installed the dependencies and initialized a git repository, run the following command to set up Husky:

```bash
pnpm run prepare
Expand Down

0 comments on commit 00d40cb

Please sign in to comment.