mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17:04 +00:00
Fix readme
This commit is contained in:
parent
0a840ae521
commit
37f3c27413
1 changed files with 2 additions and 0 deletions
|
@ -32,10 +32,12 @@ Additional back-end code available is in the [crl-monitor ](https://github.com/a
|
||||||
|
|
||||||
# Build instructions
|
# Build instructions
|
||||||
|
|
||||||
|
```
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr/local
|
./configure --prefix=/usr/local
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue