Prtksxna has uploaded a new change for review. https://gerrit.wikimedia.org/r/186326
Change subject: README: Fix path ...................................................................... README: Fix path Change-Id: I368544ce59525f00d1746b024dcdf0fb913704bb --- M README.md 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/LivingStyleGuide refs/changes/26/186326/1 diff --git a/README.md b/README.md index 2c2fcbd..29cc0a3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Clone the skin in `mediawiki/skins/` and install dependencies: ``` $ git clone [email protected]:werdnum/LivingStyleGuideSkin.git LivingStyleGuide -$ cd LivingStyleGuideSkin +$ cd LivingStyleGuide $ composer install $ bower install ``` Enable and set the skin as default, add this to `LocalSettings.php`: ```php -require_once "$IP/skins/LivingStyleGuideSkin/LivingStyleGuide.php"; +require_once "$IP/skins/LivingStyleGuide/LivingStyleGuide.php"; $wgDefaultSkin = "LivingStyleGuide"; ``` \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/186326 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I368544ce59525f00d1746b024dcdf0fb913704bb Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/skins/LivingStyleGuide Gerrit-Branch: master Gerrit-Owner: Prtksxna <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
