From 575c367c7a0083dff759743c92a05d598ba70d71 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 24 Jun 2020 14:55:49 +0200 Subject: [PATCH] readme: add usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2bc26e2..02e87d3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ A bare-bones IRC web client. +## Usage + +Requires an IRC WebSocket server. + + npm install + npm start + ## License AGPLv3, see LICENSE.