Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to readme #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ in this case your view will look like :
### Installation:
install from git : script/install plugin git://github.com/anujluthra/barcode-generator.git
make sure that you install

1. gem for gbarcode
2. install native ImageMagick library

1. install gnu-barcode (brew install gnu-barcode)
2. install ghostscript (brew install ghostscript)
3. install native ImageMagick library (brew install imagemagick)
4. install gem for gbarcode


### Supported Barcode Formats:
Gbarcode as of now allows us to generate barcodes in following formats:
Expand Down