Skip to content

Commit a0302fe

Browse files
committed
update docs with note about ssl installation reqs
1 parent 3121581 commit a0302fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ These steps can be performed automatically using the interactive [`mesc`](./cli)
4646
1. Install: `cargo install mesc_cli`
4747
2. Perform interactive setup: `mesc setup`
4848

49+
Installing the `mesc` cli on some linux distributions may require installing ssl libraries (e.g. `sudo apt-get install pkg-config libssl-dev` on ubunutu)
50+
4951
## Tutorial
5052

5153
Below is a brief tutorial on MESC. For more detail, see the MESC [Specification](./SPECIFICATION.md) and [Documentation](https://paradigmxyz.github.io/mesc).

docs/src/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ You can create a `mesc.json` by one of two ways:
4343

4444
The structure of the config must follow the MESC [specification](https://github.com/paradigmxyz/mesc/blob/main/SPECIFICATION.md).
4545

46+
Installing the `mesc` cli on some linux distributions may require installing ssl libraries (e.g. `sudo apt-get install pkg-config libssl-dev` on ubunutu)
47+
4648
## Setting environment variables
4749

4850
The typical way to set environment variables is in your shell configuration files: `~/.bashrc`, `~.profile`, and/or `~/.bash_profile`. Including this line in those files will enable MESC:

0 commit comments

Comments
 (0)