Update README.md

Adding the missing (non-obvious) stage to rename the repo before use by documenting the way to clone the repo/at checkout
This commit is contained in:
2025-12-31 14:26:00 +00:00
parent 62623cbbaa
commit 60c71eba7a

View File

@@ -5,6 +5,25 @@ NextBestNetwork is a skin for **[MediaWiki](http://mediawiki.org/)** (1.35+) bas
You can find an instance of NextBestNetwork in action at **[wiki.specnext.dev](http://wiki.specnext.dev/)**
## To Use
```
cd skins
```
2. Clone the repository:
```
git clone https://git.specnext.dev/NextBestNetwork/mediawiki-theme NextBestNetwork
```
3. Add the following to `LocalSettings.php`:
```php
wfLoadSkin( 'NextBestNetwork' );
$wgDefaultSkin = "nextbestnetwork";
```
The original project's README now follows...
# Tweeki, a Bootstrap based skin for MediaWiki