diff --git a/docs/run/running-a-hyperbeam-node.md b/docs/run/running-a-hyperbeam-node.md index a0689c4b4..a8c06cda2 100644 --- a/docs/run/running-a-hyperbeam-node.md +++ b/docs/run/running-a-hyperbeam-node.md @@ -38,7 +38,7 @@ To successfully build and run a HyperBEAM node, your system needs several softwa * `git`: Version control for fetching the source code. * `pkg-config`: Helps find installed libraries during compilation. * `ncurses-dev` / `ncurses`: Required for some terminal interface elements used by Erlang/OTP. -* `libssl-dev` / `openssl`: Necessary for cryptographic operations and secure connections (HTTPS). You might need to set specific environment variables for `openssl` during Erlang compilation if building from source on macOS. +* `libssl-dev` / `openssl`: Necessary for cryptographic operations and secure connections (HTTPS). You might need to set specific environment variables for `openssl` during Erlang compilation if[...] * `sudo` (Linux/macOS): Needed for system-level installations. * `curl`: Used for downloading dependencies or interacting with web services. * `ca-certificates` (Linux): Required for validating SSL certificates (often handled by the OS on macOS/Windows). @@ -84,7 +84,7 @@ Installation methods: ``` === "Linux / macOS (Direct Download)" - Get the `rebar3` binary from the [official website](https://rebar3.org/). Place the downloaded `rebar3` file in your system's `PATH` (e.g., `/usr/local/bin`) and make it executable (`chmod +x rebar3`). + Get the `rebar3` binary from the [official website](https://rebar3.org/). Place the downloaded `rebar3` file in your system's `PATH` (e.g., `/usr/local/bin`) and make it executable (`chmod +x [...]`