From e6772ab6e8ab839796d371704e007aae03200a8c Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:53:31 -0400 Subject: [PATCH] docs: update to make install for all types of machines (#1502) --- developers/node-tutorial.md | 10 +--------- nodes/celestia-node.md | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/developers/node-tutorial.md b/developers/node-tutorial.md index c3aff82d500..74db38e3c08 100644 --- a/developers/node-tutorial.md +++ b/developers/node-tutorial.md @@ -254,18 +254,10 @@ commands: 4. Install the binary: - ::: code-group - - ```bash [Ubuntu] + ```bash make install ``` - ```bash [Mac] - make go-install - ``` - - ::: - 5. Build the `cel-key` utility: ```bash diff --git a/nodes/celestia-node.md b/nodes/celestia-node.md index 74e1a66c447..75019ff7374 100644 --- a/nodes/celestia-node.md +++ b/nodes/celestia-node.md @@ -73,18 +73,10 @@ commands: 4. Install the binary: - ::: code-group - - ```bash [Ubuntu] + ```bash make install ``` - ```bash [Mac] - make go-install - ``` - - ::: - 5. Build the `cel-key` utility: ```bash