Skip to content

Commit a63c42c

Browse files
author
Lane Rettig
authored
Clean up geth section
Clean up some misleading stuff since #102 still isn't merged
1 parent d7f3ccd commit a63c42c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,9 @@ The testnet currently only supports the [go-ethereum](https://github.com/ethereu
103103

104104
### Geth
105105

106-
You may install and configure geth in the following ways:
106+
Configuring geth requires installing prerequisites, downloading and compiling geth from source with [EVMC](https://github.com/ethereum/evmc) support, downloading and building [Hera](https://github.com/ewasm/hera/) (the Ewasm virtual machine connector), then launching geth with Hera set as its EVMC engine.
107107

108-
- manually, from source
109-
- using this preconfigured Docker image
110-
111-
#### Manual configuration
112-
113-
Manually configuring geth requires installing prerequisites, downloading and compiling geth from source with [EVMC](https://github.com/ethereum/evmc) support, downloading and building [Hera](https://github.com/ewasm/hera/) (the Ewasm virtual machine connector), then launching geth with Hera set as its EVMC engine.
114-
115-
1. Make sure the prerequisites are installed (Go version 1.7 or later, `cmake` 3.5 or later, and a C/C++ compiler).
108+
Make sure the prerequisites are installed (Go version 1.7 or later, `cmake` 3.5 or later, and a C/C++ compiler).
116109

117110
On CentOS-flavored Linux (e.g., Amazon Linux) you can use the following commands:
118111

0 commit comments

Comments
 (0)