diff --git a/docs/src/content/docs/guides/30-generate-participation-keys.md b/docs/src/content/docs/guides/30-generate-participation-keys.md index bcc1f63e..2dde9247 100644 --- a/docs/src/content/docs/guides/30-generate-participation-keys.md +++ b/docs/src/content/docs/guides/30-generate-participation-keys.md @@ -1,6 +1,6 @@ --- -title: Generating consensus participation keys -description: Generating consensusparticipation keys with nodekit +title: Generating participation keys +description: Generating participation keys with nodekit --- If it is not running already, start nodekit with this command: @@ -55,5 +55,5 @@ As the on screen message indicates, you can press R to start [Registering your k :::note **Did you encounted any errors?** -Check out the [Troubleshooting: Generating consensus participation keys](/troubleshooting/30-generate-participation-keys) section. +Check out the [Troubleshooting: Generating participation keys](/troubleshooting/30-generate-participation-keys) section. ::: diff --git a/docs/src/content/docs/troubleshooting/10-getting-started.md b/docs/src/content/docs/troubleshooting/10-getting-started.md index ed77e248..e68bfb24 100644 --- a/docs/src/content/docs/troubleshooting/10-getting-started.md +++ b/docs/src/content/docs/troubleshooting/10-getting-started.md @@ -22,3 +22,15 @@ rm nodekit ``` And then run the [Getting Started](/guides/10-getting-started) command again. + +### Command not found: bash + +Some versions of Mac OS may not include the required `bash` executable that runs the installer. + +If you get an error about `bash` not being available, please install bash on your system manually. + +For Mac OS, a popular way to do this is to install [Homebrew](https://brew.sh/) and then install bash using: + +```bash +brew install bash +``` diff --git a/docs/src/content/docs/troubleshooting/30-generate-participation-keys.md b/docs/src/content/docs/troubleshooting/30-generate-participation-keys.md index b58d7ccc..9a5633e6 100644 --- a/docs/src/content/docs/troubleshooting/30-generate-participation-keys.md +++ b/docs/src/content/docs/troubleshooting/30-generate-participation-keys.md @@ -1,5 +1,5 @@ --- -title: "Troubleshooting: Generating consensus participation keys" +title: "Troubleshooting: Generating participation keys" description: Troubleshooting participation key generation with Nodekit ---