diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-14 20:20:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-14 20:20:58 +0300 |
commit | e26470c08067771e85546e1dc2ff7bf1490798dc (patch) | |
tree | bc002193fc06c11d0e183c02192d49cbf2b8e5b3 /src | |
parent | cbd19301ee92ed4db0c5abae4bb1886ab18d4198 (diff) | |
download | website-e26470c08067771e85546e1dc2ff7bf1490798dc.tar.gz |
update
Diffstat (limited to 'src')
-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 ............................ |