diff options
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/Chroot.html | 6 | ||||
-rw-r--r-- | src/docs/install.txt | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/src/docs/Chroot.html b/src/docs/Chroot.html index f8d11ea..026a627 100644 --- a/src/docs/Chroot.html +++ b/src/docs/Chroot.html @@ -65,8 +65,12 @@ it. If you want to obtain the git repository, you will need to install </p> <p>The following guide will assume that you put the repositories into <samp>~/repos/</samp> directory, but you can put the repositories into any directory -you want. So go ahead and create that directory. <code>mkdir -p $HOME/repos</code>. +you want. So go ahead and create that directory: </p> +<div class="example"> +<pre class="example">$ mkdir -p $HOME/repos +</pre></div> + <span id="Obtaining-from-rsync"></span><h4 class="subsubsection">1.2.1.1 Obtaining from rsync</h4> <p>Carbs Linux rsync repositories live in <a href="rsync://carbslinux.org/repo">rsync://carbslinux.org/repo</a>. In diff --git a/src/docs/install.txt b/src/docs/install.txt index 2dba19e..1c381d9 100644 --- a/src/docs/install.txt +++ b/src/docs/install.txt @@ -94,8 +94,9 @@ you will need to install 'git' itself. The following guide will assume that you put the repositories into '~/repos/' directory, but you can put the repositories into any -directory you want. So go ahead and create that directory. 'mkdir -p -$HOME/repos'. +directory you want. So go ahead and create that directory: + + $ mkdir -p $HOME/repos 1.2.1.1 Obtaining from rsync ............................ |