Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 authored May 29, 2024
1 parent 2fc4688 commit 3ff6a7b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@ If you need further help with Docker, [access the official Docker documentation

You can compile the binary from source using the following instructions.

### Acquire Dependencies

If your system doesn't already have `cmake` and OpenSSL, download them:

#### Linux

```sh
sudo apt-get install cmake libssl-dev
```

#### Mac

```sh
brew install cmake openssl
```

### Acquire Rust and various tools

Install Rust and some `cargo` tools, by running the following in your terminal:
Expand Down

0 comments on commit 3ff6a7b

Please sign in to comment.