Corrected installation instructions
This commit is contained in:
parent
4b137d7c55
commit
afcb5c28fb
23
README.md
23
README.md
|
@ -5,14 +5,12 @@ Asynchronous Internet Server Library
|
|||
|
||||
1. Add repository
|
||||
```
|
||||
cd ~
|
||||
wget http://lowenware.com/rpm/redhat-7/lowenware.repo
|
||||
sudo mv lowenware.repo /etc/yum.repos.d/
|
||||
sudo curl -o /etc/yum.repos.d/lowenware.repo https://lowenware.com/rpm/redhat-7/lowenware.repo
|
||||
```
|
||||
|
||||
2. Import GPG key
|
||||
```
|
||||
sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
|
||||
sudo rpm --import https://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
|
||||
```
|
||||
|
||||
3. Install
|
||||
|
@ -20,23 +18,6 @@ sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
|
|||
sudo yum install aisl aisl-devel
|
||||
```
|
||||
|
||||
## Installation on OpenSUSE Tumbleweed
|
||||
|
||||
1. Add repository
|
||||
```
|
||||
sudo zypper ar http://lowenware.com/rpm/opensuse-tumbleweed/lowenware.repo
|
||||
```
|
||||
|
||||
2. Import GPG key
|
||||
```
|
||||
sudo rpm --import http://lowenware.com/rpm/RPM-GPG-KEY-Lowenware
|
||||
```
|
||||
|
||||
3. Install
|
||||
```
|
||||
sudo zypper install aisl aisl-devel
|
||||
```
|
||||
|
||||
## Installation from sources on any distro
|
||||
|
||||
1. Configuration
|
||||
|
|
Loading…
Reference in New Issue