Typo with enumerated list has been fixed
This commit is contained in:
68
README.md
68
README.md
@@ -41,51 +41,47 @@ Key features:
|
||||
|
||||
1. Install required packages
|
||||
|
||||
```bash
|
||||
sudo dnf install git rpm-build rpmdevtools yum-utils -y
|
||||
```
|
||||
```bash
|
||||
sudo dnf install git rpm-build rpmdevtools yum-utils -y
|
||||
```
|
||||
2. Clone the Repository
|
||||
|
||||
1. Clone the Repository
|
||||
```bash
|
||||
git clone https://dev.town-square.de/cb601/edh-keygen.git
|
||||
|
||||
cd edh-keygen
|
||||
```
|
||||
3. Build the RPM package
|
||||
|
||||
```bash
|
||||
git clone https://dev.town-square.de/cb601/edh-keygen.git
|
||||
You can use the provided Makefile:
|
||||
|
||||
cd edh-keygen
|
||||
```
|
||||
```bash
|
||||
make clean
|
||||
make rpm
|
||||
```
|
||||
4. Install the RPM package
|
||||
|
||||
1. Build the RPM package
|
||||
```bash
|
||||
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
|
||||
```
|
||||
5. Verify the Installation
|
||||
|
||||
You can use the provided Makefile:
|
||||
```bash
|
||||
ls -l /opt/edh-keygen
|
||||
```
|
||||
|
||||
```bash
|
||||
make clean
|
||||
make rpm
|
||||
```
|
||||
You should see:
|
||||
|
||||
1. Install the RPM package
|
||||
```bash
|
||||
-rwxr-x--- 1 root root ... edh-keygen.sh
|
||||
-rw-r----- 1 root root ... edh-keygen.conf
|
||||
```
|
||||
|
||||
```bash
|
||||
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
|
||||
```
|
||||
Check RPM info:
|
||||
|
||||
1. Verify the Installation
|
||||
|
||||
```bash
|
||||
ls -l /opt/edh-keygen
|
||||
```
|
||||
|
||||
You should see:
|
||||
|
||||
```bash
|
||||
-rwxr-x--- 1 root root ... edh-keygen.sh
|
||||
-rw-r----- 1 root root ... edh-keygen.conf
|
||||
```
|
||||
|
||||
Check RPM info:
|
||||
|
||||
```bash
|
||||
rpm -qil edh-keygen
|
||||
```
|
||||
```bash
|
||||
rpm -qil edh-keygen
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user