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
|
```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
|
```bash
|
||||||
git clone https://dev.town-square.de/cb601/edh-keygen.git
|
git clone https://dev.town-square.de/cb601/edh-keygen.git
|
||||||
|
|
||||||
cd edh-keygen
|
cd edh-keygen
|
||||||
```
|
```
|
||||||
|
3. Build the RPM package
|
||||||
1. Build the RPM package
|
|
||||||
|
|
||||||
You can use the provided Makefile:
|
You can use the provided Makefile:
|
||||||
|
|
||||||
@@ -61,14 +59,12 @@ You can use the provided Makefile:
|
|||||||
make clean
|
make clean
|
||||||
make rpm
|
make rpm
|
||||||
```
|
```
|
||||||
|
4. Install the RPM package
|
||||||
1. Install the RPM package
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
|
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
|
||||||
```
|
```
|
||||||
|
5. Verify the Installation
|
||||||
1. Verify the Installation
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls -l /opt/edh-keygen
|
ls -l /opt/edh-keygen
|
||||||
|
|||||||
Reference in New Issue
Block a user