OSDN Git Service

remove duplicated check
[wvm/wvm.git] / README.md
index b6f4de5..c334da4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 WP-CLI
-========
+======
 
 [![Build Status](https://travis-ci.org/wp-cli/wp-cli.png?branch=master)](https://travis-ci.org/wp-cli/wp-cli)
 
@@ -13,9 +13,11 @@ If you want to hack on WP-CLI, then clone this repository and run `./utils/dev-b
 
 Where can I get more info?
 --------------------------
-For documentation, usage, and examples, check out [wp-cli.org](http://wp-cli.org/).
+For documentation and examples, check out [wp-cli.org](http://wp-cli.org/) and the [wiki](https://github.com/wp-cli/wp-cli/wiki).
 
-Read our [wiki](https://github.com/wp-cli/wp-cli/wiki) and find out how to create your own commands with our [commands cookbook](https://github.com/wp-cli/wp-cli/wiki/Commands-Cookbook).
+Also, WordPress Answers has a growing list of [WP-CLI related questions](http://wordpress.stackexchange.com/questions/tagged/wp-cli).
+
+If you want to receive an email for every single commit, you can subscribe to the [wp-cli-commits](https://groups.google.com/forum/?fromgroups=#!forum/wp-cli-commits) mailing list.
 
 I'm running into troubles, what can I do?
 -----------------------------------------
@@ -23,9 +25,12 @@ To suggest a feature, report a bug, or general discussion, visit the [issues sec
 
 If you're reporting a bug, please also post the output from `wp --info`.
 
+How can I help?
+---------------
+See [CONTRIBUTING.md](CONTRIBUTING.md).
+
 Credits
 -------
-
 Besides the libraries defined in [composer.json](composer.json), we have used code or ideas from the following projects:
 
 * [Drush](http://drush.ws/) for... a lot of things
@@ -41,9 +46,3 @@ Who's behind this thing?
 We are [Andreas Creten](https://github.com/andreascreten) and [Cristi Burcă](https://github.com/scribu), friendly guys from Europe. For more info, see [Governance](https://github.com/wp-cli/wp-cli/wiki/Governance).
 
 A complete list of contributors can be found [here](https://github.com/wp-cli/wp-cli/contributors).
-
-Contributing
-------------
-See [CONTRIBUTING.md](CONTRIBUTING.md).
-
-If you want to receive an email for every single commit, you can subscribe to the [wp-cli-commits](https://groups.google.com/forum/?fromgroups=#!forum/wp-cli-commits) mailing list.