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
- eba4c9745946a6f25a40c408fbffd0f974b69a2a chore: sync from main@391f3332dec78b32229101d1f597ee7c9bd... by circle-github-action-bot <[internal]>
- fb4fcdba4c23a8f6a5bbdd78b4f93e4067dd49b0 chore: sync from main@b5f38a110dcba2f7baf70776a61d619d77f... by circle-github-action-bot <[internal]>
- 0e03330c5aa6a0ba9d9298f71f6396d235ab1779 chore: sync from main@3df766646e40b64490597640decee807a33... by circle-github-action-bot <[internal]>
- 22d039059f388125f0b80b5d753b90e6a32d2c6a chore: sync from main@e12060a75059eefcb3525a1ce581708bb00... by circle-github-action-bot <[internal]>
- 4a9f8425088f54c7bd1c5ac48aac6b0734b9be10 chore: sync from main@1ead54346685b16f798e5b1917dce309f26... by circle-github-action-bot <[internal]>
- ae25f503b423df58c6a6c6702dae82fbbf6d1185 chore: sync from main@cf4f9cc5e7d5bbbedb8e03a0f88c8b35589... by circle-github-action-bot <[internal]>
- 8881b886e4e582570094dd97b31068014ddb0b90 ci: auto-label external arc-node PRs as pend... by circle-github-action-bot <[internal]>
- be663db3644c23ab48e47e18fc907cacf630873d chore: sync from main@27e0db142093ed3a9ad366bda236af50e0d... by circle-github-action-bot <[internal]>
- 87bbb904dbf5b02d15b21014151d3cf70e2d9d07 chore: sync from main@6e37777fd23dc50c3571ed9265f99ba5609... by circle-github-action-bot <[internal]>
- c58b7f91171ac2344c3fd07e3ac52b31b1278da0 chore: sync from main@feacfe3623dbb3497b3a1c28d9a218460d4... by circle-github-action-bot <[internal]>
- 9b4bb61370814d43a53b7f5374ee124108584907 chore: sync from main@8da4b7193194748d2c62c0876e40851dac5... by circle-github-action-bot <[internal]>
- b27487fcf5ce097574a88dac76b740a41dc10777 chore: sync from main@0bc52ca1439339369846a0aa4bfbc24c300... by circle-github-action-bot <[internal]>
- 50670ab0dd507c63487075642f2ade8d065ce8ff chore: sync from main@df698f343631a7ff354a57228fcad084465... by circle-github-action-bot <[internal]>
GitOrigin-RevId: eba4c9745946a6f25a40c408fbffd0f974b69a2a
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