maybe i should read what i've written before i commit it

This commit is contained in:
ben clark 2021-04-06 19:44:30 +00:00
parent 641b14e847
commit 17a15fe343
1 changed files with 1 additions and 1 deletions

View File

@ -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
```