From 011dd1b8ab3b205f8a46fe558802b96f6926152e Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 30 Apr 2016 21:15:32 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 327de41..e94a796 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Running [mps-youtube](https://github.com/mps-youtube/mps-youtube) in Docker docker-compose run --rm mps-youtube ``` -You can use the following alias which you can place to your `~/.bash_aliases` file +You can use the following alias and place it to your `~/.bash_aliases` file ``` alias mps-youtube='(cd ~/docker/mps-youtube; docker-compose run --rm mps-youtube)'