Skip to content

Commit

Permalink
Doc: update release download link
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Mar 4, 2019
1 parent 449f079 commit 395b65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
--------------------

```bash
$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha7/moo.phar
$ wget https://github.com/satrun77/moo-command/releases/download/v1.0.0-alpha8/moo.phar

$ chmod +x moo.phar

Expand Down Expand Up @@ -49,6 +49,7 @@ Name | Details
ws:rm |Remove stopped containers for a site within the workspace. A wrapper for docker-compose rm.
ws:sites |Display list of available sites and their statuses.
ws:ssh |SSH into a container for a site within the workspace.
ws:sh |Execute a command inside a container for a site within the workspace.
ws:start |Create and start containers for a site within the workspace. A wrapper to docker-compose up.
ws:stat |Display a live stream of container(s) resource usage statistics.
ws:stop |Stop services for a site within the workspace. A wrapper to docker stop command.
Expand Down
2 changes: 1 addition & 1 deletion src/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use MooCommand\Console\Helper\ShellHelper;
use Symfony\Component\Console\Application;

$application = new Application('Moo Development Console', '1.0.0-alpha7');
$application = new Application('Moo Development Console', '1.0.0-alpha8');

// Console helpers
$application->getHelperSet()->set(new ConfigHelper());
Expand Down

0 comments on commit 395b65c

Please sign in to comment.