From 1c5533fb1d5376fdb91e2cfa114da35e57107a8a Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 13 Apr 2021 12:27:23 -0400 Subject: [PATCH] Moving code to libs directory --- README.md | 5 +++-- .../commons-codec-1.15.jar | Bin 2 files changed, 3 insertions(+), 2 deletions(-) rename commons-codec-1.15.jar => libs/commons-codec-1.15.jar (100%) diff --git a/README.md b/README.md index b86b72d..3f96938 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file diff --git a/commons-codec-1.15.jar b/libs/commons-codec-1.15.jar similarity index 100% rename from commons-codec-1.15.jar rename to libs/commons-codec-1.15.jar