mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add Installing Documentation (#384)
This commit is contained in:
@ -3,4 +3,5 @@
|
|||||||
This directory contains documentation for contributors.
|
This directory contains documentation for contributors.
|
||||||
|
|
||||||
- [Repository and Project Structure](./repo)
|
- [Repository and Project Structure](./repo)
|
||||||
- [Design](./design)
|
- [Design](./design)
|
||||||
|
- [Installation](./installation)
|
||||||
26
docs/installation/README.md
Normal file
26
docs/installation/README.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
## Installation
|
||||||
|
|
||||||
|
(still WIP, please contribute!):
|
||||||
|
|
||||||
|
|
||||||
|
### Ubuntu
|
||||||
|
Building the source
|
||||||
|
|
||||||
|
* install rustup
|
||||||
|
```bash
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
* install Requirements
|
||||||
|
- libclang-dev
|
||||||
|
- pkg-config
|
||||||
|
```bash
|
||||||
|
apt install libclang-dev pkg-config
|
||||||
|
* Build reth
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/paradigmxyz/reth
|
||||||
|
cd reth
|
||||||
|
cargo build --all
|
||||||
|
./target/debug/reth
|
||||||
|
```
|
||||||
|
### Docker
|
||||||
|
-
|
||||||
|
-
|
||||||
Reference in New Issue
Block a user