From 17a15fe3439b89abc6413157614fed4b5bb2159b Mon Sep 17 00:00:00 2001 From: ben clark Date: Tue, 6 Apr 2021 19:44:30 +0000 Subject: [PATCH] maybe i should read what i've written before i commit it --- wiki/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/contribute.md b/wiki/contribute.md index 1f8c454..ad802ab 100644 --- a/wiki/contribute.md +++ b/wiki/contribute.md @@ -7,7 +7,7 @@ date: 2021-04-06 This wiki is just a bunch of markdown files that are compiled into html via pandoc using a [makefile](https://tildegit.org/southlondon/site/src/branch/main/wiki/Makefile) i stole from [ben of tilde.team](https://tilde.team/~ben/) (sorry). If you want, you too can write some wiki pages. -To start off, you'll need to have `pandoc`, `make` and `git` installed. Once you've got all, you'll need to fork [the repo](https://tildegit.org/southlondon/site) on tildegit, and clone it to your home directory (or somewhere on your computer): +To start off, you'll need to have `pandoc`, `make` and `git` installed. Once you've got all that, you'll need to fork [the repo](https://tildegit.org/southlondon/site) on tildegit, and clone it to your home directory (or somewhere on your computer): ``` git clone git@tildegit.org:lp0/site.git ```