From 6531a7af37faa2d227a2a53739ca7ae0cd4aed9e Mon Sep 17 00:00:00 2001 From: Tedi Mitiku Date: Mon, 24 Apr 2023 11:09:38 -0400 Subject: [PATCH] fix: Update enclave name flag (#87) --- CHANGELOG.md | 1 + README.md | 4 ++-- docs/architecture.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef5ce15a..8aab45d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Adds config variables for `genesis_delay` and `capella_fork_epoch` - Updates genesis generator version - Fixes genesis timestamp such that the shanghai fork can happen based on timestamps +- Update `--enclave-id` flag to `--enclave` in README ### Breaking Change - Introduced optional application protocol and renamed protocol to transport_protocol diff --git a/README.md b/README.md index b449fae3b..58d1e93b7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Quickstart 1. Run the package, passing in the params from the file: ```bash - kurtosis run --enclave-id eth2 github.com/kurtosis-tech/eth2-package "$(cat ~/eth2-package-params.json)" + kurtosis run --enclave eth2 github.com/kurtosis-tech/eth2-package "$(cat ~/eth2-package-params.json)" ``` Management @@ -204,7 +204,7 @@ When you're happy with your changes: [docker-installation]: https://docs.docker.com/get-docker/ [kurtosis-cli-installation]: https://docs.kurtosis.com/install -[starlark-docs]: https://docs.kurtosis.com/explanations/starlark +[starlark-docs]: https://docs.kurtosis.com/starlark-reference [using-the-cli]: https://docs.kurtosis.com/cli [prysm-issue]: https://github.com/prysmaticlabs/prysm/issues/11508 [erigon-issue]: https://github.com/kurtosis-tech/eth2-merge-kurtosis-module/issues/154 diff --git a/docs/architecture.md b/docs/architecture.md index f288d7900..87c134da5 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,6 +1,6 @@ Package Architecture =================== -This repo is a Kurtosis package. To get general information on what a Kurtosis package is and how it works, visit [the Starlark documentation](https://docs.kurtosis.com/explanations/starlark). +This repo is a Kurtosis package. To get general information on what a Kurtosis package is and how it works, visit [the Starlark documentation](https://docs.kurtosis.com/starlark-reference). The overview of this particular package's operation is as follows: