From 10e310d1dbf6f089b2ff6d28ec68113fd2ae7e1a Mon Sep 17 00:00:00 2001 From: dgy Date: Thu, 8 Oct 2020 21:30:41 +0000 Subject: [PATCH] remove repeated instructions from the maybe-kinda easy way --- wiki/source/wiki.md | 6 ------ 1 file changed, 6 deletions(-) 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