From dc62cd9970417ab21d115c31535217faaec5467d Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 14 Dec 2023 15:33:27 +0000 Subject: [PATCH] Describe how to create fork in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 823c6c2..1b1a004 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ area for a solution as well as the tests. ## Set Up -To get started, create a fork of this repo on your own account, then -clone it, passing the `--recursive` flag. If you already cloned it -without passing `--recursive`, you can run `git submodule update ---init` to fix it. +To get started, create a fork of this repo on your own account (with +the "Fork" button in the top-left of the Gitea page"), then clone it, +passing the `--recursive` flag. If you already cloned it without +passing `--recursive`, you can run `git submodule update --init` to +fix it. ```sh git clone --recursive git@git.wip.sh:/lua-exercises.git