aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2017-12-28 02:41:59 +0100
committerJ08nY2017-12-28 02:45:08 +0100
commit9c574828d509a5b663902c967a17d95479f87547 (patch)
treee9b81e31490c341ff9da03587188c12766d66bde /README.md
parent67c963266711f863a024bd6d7ff6e6da5d7b08b8 (diff)
downloadECTester-9c574828d509a5b663902c967a17d95479f87547.tar.gz
ECTester-9c574828d509a5b663902c967a17d95479f87547.tar.zst
ECTester-9c574828d509a5b663902c967a17d95479f87547.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d68deb9..66406cc 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ ECTester uses ant. There are three parts of ECTester, the JavaCard applet used f
```bash
ant -f build-reader.xml package # To build the reader tool (jar) -> "dist/ECTesterReader.jar"
ant -f build-standalone.xml package # To build the standalone tool (jar) -> "dist/ECTesterStandalone.jar"
-ant -f build-applet.xml build # To build the applet (cap) -> "!uploader/ectester.cap".
+ant -f build-applet.xml build # To build the applet (cap) -> "applet/ectester.cap".
```
Build produces both a lightweight version of the JARs and a full version of the JARs with dependencies included, the latter has the `*-dist.jar` suffix.
The standalone build tries building test binaries for all the supported libraries, and silently fails if the library is not properly supported.