Skip to content

Commit

Permalink
Link to the configuration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjmead committed Sep 10, 2024
1 parent af7dd20 commit 66217f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function handle()
exit(1);
}

info('Config file successfully created!');
info('Config file successfully created! Checkout the docs here to learn what you need to change: https://github.com/andrewjmead/wpsites#configure-your-sites-directory');
exit(0);
}
}
Binary file modified builds/wpsites
Binary file not shown.
3 changes: 3 additions & 0 deletions wpsites-default-config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// Getting started? You'll need to change a few values below. Checkout the docs here:
// https://github.com/andrewjmead/wpsites#configure-your-sites-directory

// Explore every option that you can set:
// https://github.com/andrewjmead/wpsites#template-options

Expand Down

0 comments on commit 66217f4

Please sign in to comment.