diff options
Diffstat (limited to 'wiki/Editing.mdwn')
-rw-r--r-- | wiki/Editing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Editing.mdwn b/wiki/Editing.mdwn index 8d9a0ab..1f8fb57 100644 --- a/wiki/Editing.mdwn +++ b/wiki/Editing.mdwn @@ -2,4 +2,4 @@ Right now, the easiest way to edit this wiki is to visit the [mirror at branchab The site may also be edited with [git](https://en.wikipedia.org/wiki/Git_%28software%29), which is required for now when on [[Freenet]], [[ZeroNet]], or some other alternative network. An explanation of git has not been added yet. -If git is already familiar to you, visit the wiki page for the network you are on. Clone urls for that network should be listed there. If not, try appending '/.git' to the front page URL and using that as a clone url. A python script `backend/update.py` is included after you clone, which can help in uploading changes. The script has only been tested on Linux. +If git is already familiar to you, visit the wiki page for the network you are on. Clone urls for that network should be listed there. If not, try appending '/git' to the front page URL and using that as a clone url. A python script `backend/update.py` is included after you clone, which can help in uploading changes. The script has only been tested on Linux, when run from the `backend` folder with relevent tools installed. |