You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,17 @@ Arc is an open EVM-compatible layer 1 built on [Malachite](https://github.com/ci
31
31
- 🗳️ **[Consensus](crates/malachite-app/README.md)** - Consensus binary and configuration
32
32
- More: see Arc [developer docs](https://docs.arc.network/arc/concepts/welcome-to-arc) for guides, APIs, and specs
33
33
34
-
## Run a Node
34
+
## Install and Run a Node
35
35
36
-
See [Installation — Build from Source](docs/installation.md#build-from-source) for how to build and install arc-node binaries, and [Running an Arc Node](docs/running-an-arc-node.md) for configuration and startup.
36
+
### Install
37
+
38
+
See [Installation](docs/installation.md) for how to obtain the Arc node
39
+
binaries or Docker images (pre-built, from source, or via Docker).
40
+
41
+
### Run
42
+
43
+
See [Running an Arc Node](docs/running-an-arc-node.md) for configuration and
0 commit comments