Update home

Jeremy Cline 2020-03-10 16:05:44 +00:00
parent 50d5f2ec36
commit db7e214518

11
home.md

@ -11,9 +11,14 @@ To start with you need to:
Once GitLab finishes forking the repository (this can take a while):
1. ``git clone git@gitlab.com:<your gitlab name>/kernel-ark.git && cd kernel-ark``
2. ``git remote add -f linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git``
3. ``git remote add -f upstream git@gitlab.com:cki-project/kernel-ark.git``
```
git clone git@gitlab.com:<your gitlab name>/kernel-ark.git && cd kernel-ark
git remote add -f linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
# The following assumes you don't have write access to cki-project/kernel-ark.
# If you *do* have write access, run the following instead:
# git remote add -f upstream git@gitlab.com:cki-project/kernel-ark.git
git remote add -f upstream https://gitlab.com/cki-project/kernel-ark.git
```
## Next Steps