From 05dd8a68be3ad10584242b7acb01557569bddbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuke=20=F0=9F=8C=84?= Date: Thu, 17 Apr 2025 16:14:48 -0600 Subject: [PATCH] Install `cel-key` Likely you want to install this to the go `$PATH` --- how-to-guides/celestia-node.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/how-to-guides/celestia-node.md b/how-to-guides/celestia-node.md index 4ec710aa978..9587929baaf 100644 --- a/how-to-guides/celestia-node.md +++ b/how-to-guides/celestia-node.md @@ -79,10 +79,11 @@ commands: make install ``` -5. Build the `cel-key` utility: +5. Build and install the `cel-key` utility: ```bash make cel-key + make install-key ``` 6. Verify that the binary is working and check the version: