Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit fd83e80

Browse files
committed
Update ADVANCED.md
Fix typo in libssl-dev package for Ubuntu
1 parent 9f8940e commit fd83e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ADVANCED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you don't want to run the registry inside a docker container, you may do so b
136136
Install the system requirements:
137137

138138
```
139-
sudo apt-get install python-dev libevent-dev python-pip liblzma-dev swig libssl-devel
139+
sudo apt-get install python-dev libevent-dev python-pip liblzma-dev swig libssl-dev
140140
```
141141

142142
Then install the Registry app:

0 commit comments

Comments
 (0)