Typo with enumerated list has been fixed

This commit is contained in:
2025-05-18 15:22:37 +02:00
parent afa4c7532d
commit 80034ba0e7

View File

@@ -41,51 +41,47 @@ Key features:
1. Install required packages 1. Install required packages
```bash ```bash
sudo dnf install git rpm-build rpmdevtools yum-utils -y 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
```bash cd edh-keygen
git clone https://dev.town-square.de/cb601/edh-keygen.git ```
3. Build the RPM package
cd edh-keygen You can use the provided Makefile:
```
1. Build the RPM package ```bash
make clean
make rpm
```
4. Install the RPM package
You can use the provided Makefile: ```bash
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
```
5. Verify the Installation
```bash ```bash
make clean ls -l /opt/edh-keygen
make rpm ```
```
1. Install the RPM package You should see:
```bash ```bash
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm -rwxr-x--- 1 root root ... edh-keygen.sh
``` -rw-r----- 1 root root ... edh-keygen.conf
```
1. Verify the Installation Check RPM info:
```bash ```bash
ls -l /opt/edh-keygen rpm -qil 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
```
## Configuration ## Configuration