Describe how to create fork in README
This commit is contained in:
parent
0ec0d19e65
commit
ed15159576
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user