update README.md to reflect the modifications for sysmoUSIM-SJS1 (authentication)

while the code in this repo has changed in
68cdcdb88b to support KIC/KID
authentication, the README wasn't updated.
This commit is contained in:
Harald Welte 2017-03-15 11:42:19 +01:00
parent 51889889e4
commit 85ebb9bc68
1 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ Use the hello-stk example to get started.
$ mkdir javacard
$ cd javacard
$ git clone https://github.com/Shadytel/sim-tools.git
$ git clone https://github.com/Shadytel/hello-stk.git
$ git clone https://git.osmocom.org/sim/sim-tools
$ git clone https://git.osmocom.org/sim/hello-stk
$ cd hello-stk
$ make
@ -19,8 +19,8 @@ To install the applet onto a SIM card, first set the type of reader you are usin
# For USB-serial readers:
$ export SHADYSIM_OPTIONS="--serialport /dev/ttyUSB0"
$ make install
and follow instructions at https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy
The shadysim tool has lots of other options.
$ ./sim-tools/bin/shadysim --help
$ ./sim-tools/bin/shadysim --help