Browse Source

Small typo to make openssl commands copy+pastable

pull/78/head
Duke Leto 4 years ago
committed by GitHub
parent
commit
23e99e21ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      DEVELOPING.md

2
DEVELOPING.md

@ -28,7 +28,7 @@ apt-get -y update && apt-get install -y \
wget https://www.openssl.org/source/openssl-1.0.2t.tar.gz
tar zxvpf openssl-1.0.2t.tar.gz
cd openssl openssl-1.0.2t
cd openssl-1.0.2t
./configure linux-x86_64
make -j$(nproc)
```

Loading…
Cancel
Save