@@ -6,9 +6,9 @@ For command line parsing @ulrichsg's [getopt-php](https://github.com/ulrichsg/ge
66The credits should go mostly to them, since this is a very simple script that uses what they have made.
77
88## How to install
9- The vendor folder is included since I want to be able to just download this package and install it.
9+ The vendor folder is included since I want to be able to just download this package and run it.
1010
11- You should download the zip or tarball and extract it / move it to where you want it to be instaled .
11+ You should download the zip or tar ball and put the cli-barcode folder where you want it to be installed .
1212
1313Then you can run:
1414```
@@ -27,7 +27,7 @@ You will need to have `make` installed for this.
2727Usage is pretty straight forward.
2828#####There are 4 required parameters
29291 . Encoding (barcode type)
30- 2 . Output format (jpg, svg, etc )
30+ 2 . Output format (png, jpg, svg, html )
31313 . Barcode string (will become the barcode)
32324 . Output file (where to save it)
3333
@@ -36,8 +36,9 @@ Usage is pretty straight forward.
3636* Height of the bars (defaults to 30)
3737* Color of the bars (defaults to black)
3838
39- I find the default settings for these very optimal, since there is usually no problem on resizing the barcodes generated.
40-
39+ I find the default settings for these very optimal, since there is usually no problem on resizing the barcodes generated.
40+ The encodings and output formats are case-insenstive.
41+
4142## Help Information from cli
4243```
4344$ barcode --help
0 commit comments