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

Small change to where shell scripts live in demo/README.md #545

Merged
merged 1 commit into from
Aug 3, 2023
Merged
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
6 changes: 3 additions & 3 deletions scripts/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ a running agent. To run the `-agent` commands, a single agent or set of agents
many scripts require a set of witnesses be running locally. The following section details how to run agents and witnesses.

### Running Witnesses
Witnesses can be started in several ways using the `kli witness` subcommands or the shell script `demo/start-witness.sh`. The
Witnesses can be started in several ways using the `kli witness` subcommands or the shell script `demo/basic/start-witness.sh`. The
following 2 subcommands are available for starting witnesses:

* `kli witness start` - starts a single witness (used inside the start-witness.sh script)
Expand All @@ -51,7 +51,7 @@ following 2 subcommands are available for starting witnesses:
For most of the scripts that require witnesses you will use `kli witness demo` to start the 3 known witnesses.

### Running Agents
Agents can be started in several ways using the `kli agent` subcommands or the shell script `demo/start-agent.sh` for the
Agents can be started in several ways using the `kli agent` subcommands or the shell script `demo/basic/start-agent.sh` for the
scripts that execute `curl` commands against running agents. The following 3 subcommands are available for starting
agents:

Expand Down Expand Up @@ -85,4 +85,4 @@ and running the scripts. For example, before each script running something like

`rm -rf /usr/local/var/keri/*;kli witness demo`

creates a clean environment and starts the demo set of 3 known witnesses.
creates a clean environment and starts the demo set of 3 known witnesses.
Loading