From 69c1db7214ef2f09dec629200b0e177189feee76 Mon Sep 17 00:00:00 2001 From: Thomas Mannay Date: Sun, 18 Sep 2016 15:36:42 +0100 Subject: [PATCH] Amend README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed8d4a0..2173f8d 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ the server writes to in and the bot writes to out. Installing ========== -tubes is configured within tubes.c by changing the values of the server and -port variables at compile time. OpenSSL is a dependency of tubes; download -the devel package from your distro. +tubes' defaults are configured within tubes.c by changing the values of the +server and port variables at compile time. OpenSSL is a dependency of tubes; +download the devel package from your distro. + +To install, cd into the cloned directory and `sudo make install`. Custom compiler flags can be appended to the defaults, e.g. `CFLAGS=-fPIC`.