Skip to content

Commit

Permalink
Fix README typo and lack of openssl.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangh43 authored and ashwinstar committed Jul 2, 2018
1 parent 5ee4676 commit 64d99ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.CentOS.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sudo yum install -y \
libkadm5 \
libyaml-devel \
libxml2-devel \
openssl-devel \
perl-ExtUtils-Embed \
python-devel \
python-pip \
Expand All @@ -25,4 +26,4 @@ sudo yum install -y \

sudo pip install conan
sudo pip install -r python-dependencies.txt
sudo pip install -r python-developer-dependencies.txt
sudo pip install -r python-developer-dependencies.txt
2 changes: 1 addition & 1 deletion README.linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ then run command `ldconfig`.

```
ssh-keygen
cp ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
```

Expand Down

0 comments on commit 64d99ca

Please sign in to comment.