From 53ce5e26e093ccab3fb49736aa4c8dc31645d2ef Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 20 Jun 2016 18:40:13 -0700 Subject: [PATCH] Update installation instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecd0366..d7f19af 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,10 @@ Support for these IRCds exist, but are not tested as frequently and thoroughly. ## Setup -1) Rename `example-conf.yml` to `config.yml` and configure your instance there. Note that the configuration format isn't finalized yet - this means that your configuration may break in an update! +1) Install PyLink by using `python3 setup.py install` (global install) or `python3 setup.py install --user` (local install) -2) Run `./pylink` from the command line. +2) Rename `example-conf.yml` to `config.yml` and configure your instance there. Note that the configuration format isn't finalized yet - this means that your configuration may break in an update! -3) Profit??? +3) Run `pylink` from the command line. + +4) Profit???