Skip to content

Commit

Permalink
Merge pull request #14 from dsiddharth2/dev
Browse files Browse the repository at this point in the history
Updaed the Jars
  • Loading branch information
dsiddharth2 authored May 19, 2019
2 parents a5dded8 + eb43805 commit 6abe643
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Experimenting on Docker
docker
docker-compose.yml
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install using composer
```json
{
"require": {
"dsiddharth2/php-zxing": "1.0.1"
"dsiddharth2/php-zxing": "1.0.2"
}
}
```
Expand All @@ -19,6 +19,10 @@ Note
* Only Decoder is programmed right now. Needs programming of Encoder.
* The Default location of java that is configured is /usr/bin/java

Changes in version 1.0.2
--------------------
* Updated the new jars and tested on windows system

Changes in version 1.0.1
--------------------
* Added a isFound function that will tell if the bar code is found.
Expand Down Expand Up @@ -171,7 +175,12 @@ If you do not know the path to java, then you can use the following on *nix envi
$ which java
```

On Windows read the follwoing stackoverflow [Link](https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line)
On Windows environment,
```
> where java
```

For more info, on Windows read the follwoing stackoverflow [Link](https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line)

## Acknowledgments

Expand Down

0 comments on commit 6abe643

Please sign in to comment.