Skip to content

Commit bd70921

Browse files
author
Sebastiano Merlino
committed
Add line break in compile instructions
1 parent 1842beb commit bd70921

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/libhttpserver.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Compilation
7070
===========
7171
libhttpserver uses the standard system where the usual build process
7272
involves running
73-
> ./bootstrap
74-
> mkdir build
75-
> cd build
76-
> ./configure
77-
> make
78-
> make install
73+
> ./bootstrap
74+
> mkdir build
75+
> cd build
76+
> ./configure
77+
> make
78+
> make install
7979

0 commit comments

Comments
 (0)