Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Update README.md #3137

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* [2.1 Requirements](#21-requirements)
* [2.2 Installation](#22-installation)
* [3. Run an Aleo Node](#3-run-an-aleo-node)
* [3a. Run an Aleo Client](#3a-run-an-aleo-client)
* [3b. Run an Aleo Prover](#3b-run-an-aleo-prover)
* [3.1 Run an Aleo Client](#31-run-an-aleo-client)
* [3.2 Run an Aleo Prover](#32-run-an-aleo-prover)
* [4. FAQs](#4-faqs)
* [5. Command Line Interface](#5-command-line-interface)
* [6. Development Guide](#6-development-guide)
Expand Down Expand Up @@ -96,7 +96,7 @@ Please ensure ports `4130/tcp` and `3030/tcp` are open on your router and OS fir

## 3. Run an Aleo Node

## 3a. Run an Aleo Client
## 3.1 Run an Aleo Client

Start by following the instructions in the [Build Guide](#2-build-guide).

Expand All @@ -105,7 +105,7 @@ Next, to start a client node, from the `snarkOS` directory, run:
./run-client.sh
```

## 3b. Run an Aleo Prover
## 3.2 Run an Aleo Prover

Start by following the instructions in the [Build Guide](#2-build-guide).

Expand Down