Browse Source

Readme: update requirements

pull/41/head
rozetko 2 years ago committed by GitHub
parent
commit
0897688c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md

9
README.md

@ -6,10 +6,11 @@ instance for getting metrics.
## Build from source (Linux)
### Prerequirements
1. [Install cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
2. Install x86_64-unknown-linux-musl: `rustup target add x86_64-unknown-linux-musl`
3. musl-tools: `sudo apt install musl-tools`
1. [Install cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) (required version: >=1.49)
2. Install [node.js >=10.x](https://nodejs.org/en/download/)
3. Install [yarn](https://classic.yarnpkg.com/lang/en/docs/install)
4. Install x86_64-unknown-linux-musl: `rustup target add x86_64-unknown-linux-musl`
5. musl-tools: `sudo apt install musl-tools`
### Build
```

Loading…
Cancel
Save