From 15f959bbeb62b4db985c57a814751f69d880a4a8 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 19 Sep 2021 13:22:06 -0700 Subject: [PATCH] Fork not needed --- doc/local.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/local.md b/doc/local.md index 29ce8be..2218ed9 100644 --- a/doc/local.md +++ b/doc/local.md @@ -10,10 +10,10 @@ hesitate to open an issue! ## Project setup -Fork this repository to your account on GitHub, and clone it locally: +Clone locally: ``` -$ git clone https://github.com/yourname/riju.git +$ git clone https://github.com/raxod502/riju.git $ cd riju ```