Skip to content

Commit

Permalink
Small change to where shell scripts live in demo/README.md
Browse files Browse the repository at this point in the history
Paths in README modified to point to demo/basic/<script-name>.sh from demo/<script-name>.sh which was incorrect according to the current repository.
  • Loading branch information
daidoji authored Jul 25, 2023
1 parent 4185296 commit ce97f8c
Showing 1 changed file with 3 additions and 3 deletions.
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.

0 comments on commit ce97f8c

Please sign in to comment.