mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-23 08:01:12 +00:00
docs: mention that libssl-dev
and openssl
are needed for installation
Closes #75.
This commit is contained in:
parent
78dadcc1ba
commit
fbd376df43
@ -131,7 +131,13 @@ On most distributions, you'll need to install from source.
|
|||||||
|
|
||||||
#### From source
|
#### From source
|
||||||
|
|
||||||
Run:
|
First make sure that you have the `libssl-dev` and `openssl` packages installed
|
||||||
|
by running something like this:
|
||||||
|
```shell script
|
||||||
|
sudo apt-get install libssl-dev openssl
|
||||||
|
```
|
||||||
|
|
||||||
|
Now run:
|
||||||
```shell script
|
```shell script
|
||||||
cargo install --git https://github.com/martinvonz/jj.git
|
cargo install --git https://github.com/martinvonz/jj.git
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user