add cloning instructions to the bottom of articles

This commit is contained in:
leah 2021-08-26 00:39:37 +01:00
parent 2023b12cce
commit 951ff95220
1 changed files with 11 additions and 0 deletions

View File

@ -8,4 +8,15 @@
{{ page.content | safe }}
<details>
<summary>Get a copy of this Library</summary>
<h4>Using <code>git</code></h4>
<pre>
git clone https://tildegit.org/southlondon/library.git</pre>
<h4>Using <code>wget</code></h4>
<pre>
wget https://tildegit.org/southlondon/library/archive/main.zip
unzip main.zip</pre>
</details>
{% endblock content %}