Browse Source

Moving code to libs directory

pull/1/head
Vitor Pamplona 5 years ago
parent
commit
1c5533fb1d
2 changed files with 3 additions and 2 deletions
  1. +3
    -2
      README.md
  2. +0
    -0
      libs/commons-codec-1.15.jar

+ 3
- 2
README.md View File

@ -83,7 +83,8 @@ Clone this Repository
git clone https://github.com/Path-Check/paper-cred-demo
```
and run with
```
javac -classpath commons-codec-1.15.jar verify.java
java -classpath commons-codec-1.15.jar:. verify
javac -classpath libs/commons-codec-1.15.jar verify.java
java -classpath libs/commons-codec-1.15.jar:. verify
```

commons-codec-1.15.jar → libs/commons-codec-1.15.jar View File


Loading…
Cancel
Save