Typo with enumerated list has been fixed
This commit is contained in:
12
README.md
12
README.md
@@ -44,16 +44,14 @@ Key features:
|
||||
```bash
|
||||
sudo dnf install git rpm-build rpmdevtools yum-utils -y
|
||||
```
|
||||
|
||||
1. Clone the Repository
|
||||
2. Clone the Repository
|
||||
|
||||
```bash
|
||||
git clone https://dev.town-square.de/cb601/edh-keygen.git
|
||||
|
||||
cd edh-keygen
|
||||
```
|
||||
|
||||
1. Build the RPM package
|
||||
3. Build the RPM package
|
||||
|
||||
You can use the provided Makefile:
|
||||
|
||||
@@ -61,14 +59,12 @@ You can use the provided Makefile:
|
||||
make clean
|
||||
make rpm
|
||||
```
|
||||
|
||||
1. Install the RPM package
|
||||
4. Install the RPM package
|
||||
|
||||
```bash
|
||||
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
|
||||
```
|
||||
|
||||
1. Verify the Installation
|
||||
5. Verify the Installation
|
||||
|
||||
```bash
|
||||
ls -l /opt/edh-keygen
|
||||
|
||||
Reference in New Issue
Block a user