Skip to content

Commit

Permalink
Fixing alignments in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sune committed May 5, 2015
1 parent f95e92c commit 4eb76fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -81,9 +81,9 @@ If this is not enough, you can always compile xDPd with debug (warning: it affec

cd <path_to_xdpd_folder>
cd build
../configure --enable-debug # add extra parameters...
make clean-libs # Clean the compiled libraries (compile them with debug)
make clean # Clean xDPd code
../configure --enable-debug # add extra parameters...
make clean-libs # Clean the compiled libraries (compile them with debug)
make clean # Clean xDPd code
make -j2

And then launch xdpd with debug level 7 or more:
Expand Down

0 comments on commit 4eb76fc

Please sign in to comment.