diff options
author | Luke Bratch <luke@bratch.co.uk> | 2020-10-24 18:00:26 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2020-10-24 18:00:26 +0100 |
commit | 323e273bc7dbc2b244e536a10b6c370651c76b8a (patch) | |
tree | 854bc86582136dd4805bb446246fa0899e9f74fd /README | |
parent | 8bb628f9022b9937543595a3009a4763ff05731f (diff) |
Create INSTALL file for dependencies/compilation/installation/uninstallation and move compilation out of README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,9 +1,5 @@ blabouncer - An IRC bouncer written in C -== Compiling == - -To compile run "make". - == Running == To run from the current directory once compiled run "./blabouncer". |