Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 19, 2021
1 parent 476526d commit 4f829f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ instruction is targeted on debian-based Linux, but generally, the steps are simi
sudo apt install libssl-dev
```

- Install OpenSSL. Here is
[the instruction for Ubuntu](https://www.spinup.com/installing-openssl-on-ubuntu/),
but the steps should be similar for the debian-based Linux distros.
- Install OpenSSL. Here is [the instruction for Ubuntu](https://www.spinup.com/installing-openssl-on-ubuntu/), but the
steps should be similar for the debian-based Linux distros.
- Add `OPENSSL_DIR` variable to your environment. This would typically be `/usr/local/ssl`. You can do this by adding
the following line to your shell profile file (e.g. `~/.bash_profile`):

Expand Down

0 comments on commit 4f829f9

Please sign in to comment.