siproc

A primitive SIP client that spawns processes for each call
git clone git://xatko.vsos.ethz.ch/siproc.git
Log | Files | Refs | README | LICENSE

commit 283d51ef84c3d10e16b93d95a887ec8c6df55958
parent f526d86bd20af001a76f8c35f581e47e8958250a
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon,  4 Nov 2019 22:14:09 +0100

Use indent instead of ticks in readme.md

this makes it much more legible in plain text.

Diffstat:
MREADME.md | 16++++------------
1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md @@ -9,21 +9,15 @@ Building First, install the pjsip-library, which goes by many names in different distributions: -``` -apt-get install libpjproject-dev -``` + apt-get install libpjproject-dev for Debian, or: -``` -emerge -av net-libs/pjproject -``` + emerge -av net-libs/pjproject for Gentoo. Afterwords, a simple: -``` -make && make install -``` + make && make install should do. @@ -38,6 +32,4 @@ Contributing Drop me an E-Mail at dominik@schm1dt.ch and if you have patches, either send them as attachments or use the well-established git send-email method: -``` -git send-email origin/master..master --to dominik@schm1dt.ch -``` + git send-email origin/master..master --to dominik@schm1dt.ch