diff --git a/home.md b/home.md index b9208e1..6e06524 100644 --- a/home.md +++ b/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:/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:/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