aboutsummaryrefslogtreecommitdiff
path: root/src/docs/Packaging-System.html
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-09 19:16:07 +0300
committerCem Keylan <cem@ckyln.com>2020-09-09 19:16:07 +0300
commit821fda61da4ab4d596d1399f21fa6cc9b1e51444 (patch)
treed2e7d3735e9e93bfc5e7036882456b66af3b8421 /src/docs/Packaging-System.html
parentb3407224f2ddc6ca7109ecf60f07427118c52dc6 (diff)
downloadwebsite-821fda61da4ab4d596d1399f21fa6cc9b1e51444.tar.gz
update
Diffstat (limited to 'src/docs/Packaging-System.html')
-rw-r--r--src/docs/Packaging-System.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/docs/Packaging-System.html b/src/docs/Packaging-System.html
index 4fda504..3c4538a 100644
--- a/src/docs/Packaging-System.html
+++ b/src/docs/Packaging-System.html
@@ -114,11 +114,17 @@ downloaded with <code>curl</code>.
be used to do a shallow clone of the repository. If the commit is suffixed by a
history pointer, git will checkout the relevant revision. So,
</p>
-<div class="example">
-<pre class="example">git+git://example.com/pub/repo#v1.2.3 will checkout the tag named 'v1.2.3'
-git+git://example.com/pub/repo#development will checkout the branch named 'development'
-git+git://example.com/pub/repo#1a314s87 will checkout the commit named '1a314s87'
-</pre></div>
+<dl compact="compact">
+<dt>&lsquo;<code>git+git://example.com/pub/repo#v1.2.3</code>&rsquo;</dt>
+<dd><p>will checkout the tag named &rsquo;v1.2.3&rsquo;
+</p></dd>
+<dt>&lsquo;<code>git+git://example.com/pub/repo#development</code>&rsquo;</dt>
+<dd><p>will checkout the branch named &rsquo;development&rsquo;
+</p></dd>
+<dt>&lsquo;<code>git+git://example.com/pub/repo#1a314s87</code>&rsquo;</dt>
+<dd><p>will checkout the commit named &rsquo;1a314s87&rsquo;
+</p></dd>
+</dl>
<p>Other files are assumed to be residing in the package directory. They should be
added with their paths relative to the package directory.