aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2017-12-22 08:41:26 +0100
committerAnders Roxell <anders.roxell@linaro.org>2017-12-22 08:41:35 +0100
commit9945adb320cb45f64f289bd1855abc37063fc394 (patch)
tree271bb077b155c9dbe3ed11003d7ea0a5784a93a5
parent2ac612c7b779cc7589ca0a1800f2286184fd94c2 (diff)
README.md: add info where to find git-new-workdir
If one want to use that, it enough with one kernel dir. However, if you want to do multiple builds git-new-workdir can be used. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b2dec2..5cc4867 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ $ git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/l
$ git remote add stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
$ git remote update
$ cd ..
+$ /usr/share/doc/git/contrib/workdir/git-new-workdir ~/bin/
+$ chmod +x ~/bin/git-new-workdir
$ git-new-workdir linux stable-4.14
$ cd stable-4.14
$ git checkout -b linux-4.14.y stable/linux-4.14.y