From c0405d447c0f75f18251f1df232b35ebfbc840c5 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sat, 20 May 2017 06:21:40 -0300 Subject: [PATCH] v1.0.6 FixFixFix - Update Readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ab5dcc..b702400 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,12 @@ Examples: ## How to install using `Make` -The vendor folder is included since I want to be able to just download this package and run it. -I have also made some patches upstream on both `getopt-php` and `php-barcode-generator`. +The vendor folder is included so we can just download this package and run it. +I have also made some patches upstream to both `getopt-php` and `php-barcode-generator`. -You should download the zip or tar ball and put the cli-barcode folder where you want it to be installed. -Or use git to clone: +You can download the zip or tar ball and put the cli-barcode folder where you want it to be installed. + +### Or use git to clone: ``` git clone https://github.com/tavinus/cli-barcode.git $HOME/cli-barcode # <= Replace TARGET cd $HOME/cli-barcode # <= Replace TARGET