From f74d7ca3aa7f2e25b9663684d69bb94286f04e0e Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 25 Mar 2020 16:12:37 +1100 Subject: [PATCH] Fixed typo in install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323c76d..80e7597 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Select either the packaged application or the source application below before co To install the packaged application quickly and easily, the following three steps may be executed. ``` wget https://github.com/typhonius/acquia_cli/releases/latest/download/acquiacli.phar -mv accquiacli.phar /usr/local/bin/acquiacli +mv acquiacli.phar /usr/local/bin/acquiacli chmod +x /usr/local/bin/acquiacli ```