From 2e259fab6a363228673ab54a990995df99c7741b Mon Sep 17 00:00:00 2001 From: Noam Honig Date: Tue, 3 Sep 2024 13:38:06 +0300 Subject: [PATCH] docs: change the clone url (#307) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27323a58..0756ed8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,14 +4,14 @@ Hi! We are really excited that you are interested in contributing to TutorialKit ## Repo Setup -The TutorialKit repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/). +The TutorialKit repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/). Package manager versioning is handled by [`packageManager`](https://nodejs.org/api/packages.html#packagemanager) field that's supported by [Node's Corepack](https://nodejs.org/api/corepack.html) and other tools. To develop and test packages: 1. Clone this repository and navigate into the cloned directory. ``` -git clone git@github.com:stackblitz/tutorialkit.git +git clone https://github.com/stackblitz/tutorialkit cd tutorialkit ```