diff --git a/wiki/source/wiki.md b/wiki/source/wiki.md index 18c89a7..90c3613 100644 --- a/wiki/source/wiki.md +++ b/wiki/source/wiki.md @@ -71,12 +71,6 @@ You can do this right from the Github GUI! 1. Make a new article or update an existing one. Make sure that you create the title, author, and category keys in the yaml frontmatter (see an existing article for an example). -1. grab a copy of the site's source code - git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki - -2. make a new article or update an existing one. make sure that you create the - title and author keys in the yaml frontmatter (see an existing article for - an example) 3. submit the code via a PR on github or with git-send-email(1) to root@tilde.club see [git-send-email.io](https://git-send-email.io) for more info on how to use