Tidy up the README.md a little more

This commit is contained in:
tengel 2024-03-20 09:26:54 -05:00
parent 81f67689dd
commit 491f499804

View file

@ -1,10 +1,15 @@
GitSnax
=======
GitSnax adds a #gitsnack parser function to MediaWiki which allows embedding raw files and gists from github.com
GitSnax adds a #gitsnack parser function to MediaWiki which allows embedding raw files and gists from github.com into the wiki page.
## Installation
Download the code to your server:
cd /path/to/mediawiki/extensions
git clone https://github.com/troyengel/GitSnax.git
Add the following code to your LocalSettings.php:
require_once "$IP/extensions/GitSnax/GitSnax.php";