Skip to content

Commit c15fa48

Browse files
committed
Fix apache install doc
1 parent ef63aa3 commit c15fa48

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ https://redirection.io/documentation/developer-documentation/apache-module
99

1010
### Manual
1111

12-
To manually build this library you will need to compile first the [libredirectionio library](https://github.com/redirectionio/libredirectionio)
13-
in some path (e.g. `/tmp/libredirectionio`)
12+
To manually build this library you will need to compile and install the [libredirectionio library](https://github.com/redirectionio/libredirectionio).
13+
You also need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html) installed and available
1414

15-
You will need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html) installed and available
16-
17-
Then execute the following command:
15+
Then execute the following commands:
1816

1917
```
2018
autoreconf -i

0 commit comments

Comments
 (0)