Skip to content

Commit c80b706

Browse files
authored
Merge pull request #744 from sarroutbi/202404021207-fix-readme-md
Minor README.md fixes
2 parents 913e7bf + 117e316 commit c80b706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The unit tests requires CppUnit.
6464
If the code is downloaded directly from the code repository, you have to
6565
prepare the configuration scripts before continuing.
6666

67-
1. You need to install automake, autoconf, libtool, libtool-ltdl-devel (RHEL/CentOS), pkg-config.
67+
1. You need to install automake, autoconf, libtool, libtool-ltdl-devel (RHEL/CentOS/Fedora), pkg-config.
6868
2. Run the command 'sh autogen.sh'
6969

7070
### Configure
@@ -113,18 +113,18 @@ Running the unit tests requires CppUnit.
113113

114114
### Install Library
115115

116-
Install the library using the follow command:
116+
Install the library using the following command:
117117

118118
sudo make install
119119

120120
### Configure
121121

122122
The default location of the config file is /etc/softhsm2.conf. This location
123-
can be change by setting the environment variable.
123+
can be changed by setting the SOFTHSM2\_CONF environment variable.
124124

125125
export SOFTHSM2_CONF=/home/user/config.file
126126

127-
Details on the configuration can be found in "man softhsm2.conf".
127+
Details on the configuration can be found through command "man softhsm2.conf".
128128

129129
Create the token directory you defined in your config file:
130130

0 commit comments

Comments
 (0)