From d2728d222d8bd1aed14d79cb19e4c53fbb273cc9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:41:48 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md index 39efc6c3..0e90e772 100644 --- a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md @@ -301,9 +301,9 @@ Start with the [template script](https://github.com/community-scripts/ProxmoxVE/ ### 1. Fork the Repository Fork to your GitHub account -### 2. Clone Your Fork +### 2. Clone Your Fork on your Pc ```bash -git clone https://github.com/community-scripts/ProxmoxVE +git clone https://github.com/yourUserName/ForkName ``` ### 3. Create a New Branch