From 00d40cb4ebd688139eeafc6b7583afbb0d090419 Mon Sep 17 00:00:00 2001 From: theurgi <58859663+theurgi@users.noreply.github.com> Date: Mon, 10 Apr 2023 21:02:51 -0400 Subject: [PATCH] docs: update readme --- README.md | 2 +- packages/node-typescript/README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea645dd..05526b9 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/packages/node-typescript/README.md b/packages/node-typescript/README.md index 031fa5b..feb9339 100644 --- a/packages/node-typescript/README.md +++ b/packages/node-typescript/README.md @@ -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