From c0e655d0c3fdbfb75da65ba7d41c3183f8ce0222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4usler?= Date: Fri, 15 Jun 2018 17:49:08 +0200 Subject: [PATCH] Update documentation (#340) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 32639a09..ebd21ae7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -53,7 +53,7 @@ Other ways to help: ## Quick Start 1. Fork the repository. -2. Clone your fork: `git clone https://github.com//marktext.git` +2. Clone your fork: `git clone git@github.com:/marktext.git` 3. Create a feature branch: `git checkout -b feature` 4. Make you changes and push your branch. 5. Create a PR against `master` and describe your changes.