Skip to content

Commit

Permalink
Merge pull request #203 from JeremyTubongbanua/update_readme
Browse files Browse the repository at this point in the history
docs: update `at_cram/README.md`
  • Loading branch information
JeremyTubongbanua authored Jul 6, 2022
2 parents 62ee38f + 573dc1f commit 7126dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions at_cram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ For example when using VE

### at_cram_single
The `at_cram_single` dart program can cram digest all in a single command. Simply:
1. `dart bin/at_cram_single.dart <cramSecret> <challenge>`
1. `dart bin/at_cram_single.dart -k <cramSecret> -c <challenge>`
2. Program will output digest (Use the digest via `cram:<digest>` in the @protocol)

Or compile the program:
1. Compile `dart compile exe bin/at_cram_single.dart -o cram`
2. Run `./cram <cramSecret> <digest>`
2. Run `./cram -k <cramSecret> -c <challenge>`
3. Program will output digest (Use the digest via `cram:<digest>` in the @protocol)

Here we connect to the @colin🛠 secondary on port 25004 using openssl and then issue the from: verb with
Expand Down

0 comments on commit 7126dd2

Please sign in to comment.