Git commit e9609a7e5f79b5b7f162e883e7c18b02c37fdb63 by Michael Pyne. Committed on 27/05/2012 at 16:56. Pushed by ashark into branch 'docbook_historied_per_file'.
doc: Improve instructions for downloading kdesrc-build. Original commit: f5658e59 https://invent.kde.org/sdk/kdesrc-build/-/commit/f5658e59e54ce0409f453c98786d40aefe50cbdc M +8 -7 doc/getting-started/before-building.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/e9609a7e5f79b5b7f162e883e7c18b02c37fdb63 diff --git a/doc/getting-started/before-building.docbook b/doc/getting-started/before-building.docbook index 48a4a5d2..3e3a7414 100644 --- a/doc/getting-started/before-building.docbook +++ b/doc/getting-started/before-building.docbook @@ -127,13 +127,14 @@ packaged as a compressed tarball archive, which you can extract using &ark; or program.</para></listitem> <listitem><para>Or, you can obtain &kdesrc-build; from its source repository, -located at: <ulink -url="http://quickgit.kde.org/?p=kdesrc-build.git&a=tree&hb=refs/heads/master">http://quickgit.kde.org/?p=kdesrc-build.git&a=tree&hb=refs/heads/master</ulink>. -You can click on the <filename>kdesrc-build</filename> entry which will bring -you to a page where you can download the latest revision. Click on the -<quote>plain</quote> link for the file to download it directly, and save it to -a convenient spot on your hard disk. Do the same for -<filename>kdesrc-buildrc-sample</filename> if you need to.</para></listitem> +by running:</para> +<programlisting> +<prompt>$ </prompt><userinput><command>git</command> <option>clone</option> <option>git://anongit.kde.org/kdesrc-build</option> <replaceable><option><filename class="directory">~/kdesrc-build</filename></option></replaceable></userinput> +</programlisting> + +<para>Replace <replaceable><option>~/kdesrc-build</option></replaceable> with +the directory you would like to install to. +</para></listitem> </orderedlist> <para>No matter which technique you use, you need to make sure that the
