Browse Source

v1.0.6 FixFixFix - Update Readme

master
parent
commit
c0405d447c
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      README.md

+ 5
- 4
README.md View File

@@ -117,11 +117,12 @@ Examples:




## How to install using `Make` ## 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 git clone https://github.com/tavinus/cli-barcode.git $HOME/cli-barcode # <= Replace TARGET
cd $HOME/cli-barcode # <= Replace TARGET cd $HOME/cli-barcode # <= Replace TARGET


Loading…
Cancel
Save