Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shell setup using tea #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ This is the companion repository for the *KERI Tutorial Series: Treasure Hunting

## Dependencies

| Project | Version |
|---------------|----------|
| libsodium.org | ^1.0.18 |
| python.org | ^3.11.2 |
| rust-lang.org | ^1.65.0 |

One approach is to run the following command in this directory,
which will start a temporary shell with those basic tools
but will not make permanent changes to your machine: `sh <(curl tea.xyz) -E sh`
(We recommend installing [tea](tea.xyz) but it is not necessary.)

- [kaslcred](https://pypi.org/project/kaslcred/) for generation of schemas
- [vLEI server (vLEI-server)](https://github.com/WebOfTrust/vLEI)
- [sally](https://github.com/kentbull/sally)
Expand Down Expand Up @@ -107,4 +118,4 @@ Make sure you are running the script from the root of the repository.

### Double quoting to prevent word splitting

Use `"${VARNAME}"` instead of `${VARNAME}`. See [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Use `"${VARNAME}"` instead of `${VARNAME}`. See [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)