From db7e214518c0966f44fec66f3dcbc836aef30802 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 10 Mar 2020 16:05:44 +0000 Subject: [PATCH] Update home --- home.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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