Skip to content

Commit

Permalink
docs: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Jan 8, 2025
1 parent 60ddcda commit f23a324
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.
:::
12 changes: 12 additions & 0 deletions docs/src/content/docs/troubleshooting/10-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Troubleshooting: Generating consensus participation keys"
title: "Troubleshooting: Generating participation keys"
description: Troubleshooting participation key generation with Nodekit
---

Expand Down

0 comments on commit f23a324

Please sign in to comment.