From c78fabd993a6dc63999bf7361b2b998d1d8759f9 Mon Sep 17 00:00:00 2001 From: scribu Date: Fri, 7 Oct 2011 06:07:52 +0300 Subject: [PATCH 1/2] move bash scripts to bin directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 680af9b7..e2e148c1 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ git submodule update --init Make a symlink to the executable: ``` -sudo ln -s /path-to-wp-cli-dir/wp /usr/local/bin/ +sudo ln -s /path-to-wp-cli-dir/bin/wp /usr/local/bin/ ``` Make a symlink to the autocomplete file (Linux): ``` -sudo ln -s /path-to-wp-cli-dir/wp-cli-completion.bash /etc/bash_completion.d/wp +sudo ln -s /path-to-wp-cli-dir/bin/wp-cli-completion.bash /etc/bash_completion.d/wp ``` Usage From dbe8f478cbb7398367b31ad277b73560b5f609d3 Mon Sep 17 00:00:00 2001 From: scribu Date: Fri, 7 Oct 2011 07:42:50 +0300 Subject: [PATCH 2/2] add link to .deb download. see #7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2e148c1..c2d64e1b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A tool to control WordPress installations from the command line. Installing ---------- +If you're on Ubuntu or Debian, just use the [.deb package](https://github.com/downloads/andreascreten/wp-cli/wp-cli_0.1.deb) + Clone the project: ```