Tidy up the README.md a little more
This commit is contained in:
parent
81f67689dd
commit
491f499804
1 changed files with 6 additions and 1 deletions
|
|
@ -1,10 +1,15 @@
|
||||||
GitSnax
|
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
|
## 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:
|
Add the following code to your LocalSettings.php:
|
||||||
|
|
||||||
require_once "$IP/extensions/GitSnax/GitSnax.php";
|
require_once "$IP/extensions/GitSnax/GitSnax.php";
|
||||||
|
|
|
||||||
Reference in a new issue