am i supposed to be good at this

This commit is contained in:
ben clark 2021-04-06 19:43:54 +00:00
parent f102ec5966
commit 641b14e847
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 that installed, 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, 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
```