summaryrefslogtreecommitdiffstats
path: root/Documentation/user/barebox.rst
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:45:34 +0200
commit22c0ee7fe3efdc00f314533647777246ed1d5e88 (patch)
tree2c2d1abb33338f1d9f3ac357a3ebe0909eadefb9 /Documentation/user/barebox.rst
parentcbd9947fe06d0c6b2d7c4c7d36a9c5f97c1fda89 (diff)
downloadbarebox-22c0ee7fe3efdc00f314533647777246ed1d5e88.tar.gz
barebox-22c0ee7fe3efdc00f314533647777246ed1d5e88.tar.xz
doc: only include own download chapter
Also make this download chapter note the next branch. Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user/barebox.rst')
-rw-r--r--Documentation/user/barebox.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 9eb34af874..bab026022f 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -16,7 +16,7 @@ http://www.barebox.org/download/
Development versions of barebox are accessible via git. A local repository clone
can be created using git::
- git clone git://git.pengutronix.de/git/barebox.git
+ $ git clone git://git.pengutronix.de/git/barebox.git
Cloning into 'barebox'...
remote: Counting objects: 113356, done.
remote: Compressing objects: 100% (25177/25177), done.
@@ -26,6 +26,11 @@ can be created using git::
Checking connectivity... done.
Checking out files: 100% (5651/5651), done.
+After this, make sure to check out needed branch. If you want to
+develop for barebox, it's better to check the the next branch::
+
+ $ git checkout -b next origin/remotes/next
+
A web interface to the repository is available at
http://git.pengutronix.de/?p=barebox.git.