From 6c994a8dda15a46b56ee217890bfe161719477ef Mon Sep 17 00:00:00 2001 From: Adam Malone Date: Tue, 24 Mar 2020 09:24:57 +1100 Subject: [PATCH] Adds in self:update documentation. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4df0b2..9529974 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ mv accquiacli.phar /usr/local/bin/acquiacli chmod +x /usr/local/bin/acquiacli ``` -*Explanation* +*Automatic updates* -A packaged application is created with each tagged release and automatically deployed to GitHub. Each of the releases is able to be viewed and the phar application downloaded by going to the [releases page](https://github.com/typhonius/acquia_cli/releases). You can download the latest version manually by [clicking here](https://github.com/typhonius/acquia_cli/releases/latest/download/acquiacli.phar). +If the packaged application is used, it can be updated simply and easily whenever a new release is out by running the following command from anywhere on the computer: -Once this is downloaded to the local computer, it must be moved to a different location and have permissions modified with the following steps. -* Move the file to somewhere on the user's `$PATH` e.g. `/usr/local/bin/` -* Make the file executable +``` +acquiacli self:update +``` ### Installing from source (advanced)