Describe how to create fork in README

This commit is contained in:
Camden Dixie O'Brien 2023-12-14 15:33:27 +00:00
parent 0ec0d19e65
commit ed15159576

View File

@ -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:<your-username>/lua-exercises.git