From 98b0068554df548713e01cc65a68086a4d97971c Mon Sep 17 00:00:00 2001 From: Stephan Maximilian Huber Date: Sun, 10 Mar 2019 13:34:17 +0100 Subject: [PATCH] Update readme.md --- readme.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index d755d0e0..bc2abd29 100644 --- a/readme.md +++ b/readme.md @@ -5,11 +5,14 @@ Phabalicious is the successor of the python tool [fabalicious](https://github.co ## Installation * Download the latest version from [Github](https://github.com/factorial-io/phabalicious/releases) -* copy the phar to a suitable folder, e.g. `/usr/local/bin` and rename it to `phab`: - `cp phabalicious.phar /usr/local/bin/phab` +* copy the phar to a suitable folder, e.g. `/usr/local/bin` and rename it to `phab`: + + cp phabalicious.phar /usr/local/bin/phab + * Make it executable, e.g. - `chmod +x /usr/local/bin/phab` + chmod +x /usr/local/bin/phab + ## Build from source You'll need [box](https://github.com/humbug/box) for building the phar-file. @@ -27,7 +30,7 @@ You'll need [box](https://github.com/humbug/box) for building the phar-file. ## Running phab * Run `phab list` to get a list of all available commands. -* run `phab help ` to get some help for a given command. +* Run `phab help ` to get some help for a given command. ## Shell autocompletion @@ -35,11 +38,11 @@ Add this to your shell-startup script: * for fish-shells - phab _completion --generate-hook --shell-type fish | source + phab _completion --generate-hook --shell-type fish | source * for zsh/bash-shells - source <(phab _completion --generate-hook) + source <(phab _completion --generate-hook) ## Updating phab