From 2007fc0fa46631d3f4ae66a46f8119a171f85a4e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 9 Aug 2017 14:54:43 -0600 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a9d1172..1a7abff 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,19 @@ We're still in a stage where the installation generally requires many manual ste See [INSTALL.md](/INSTALL.md) +Usage +----- + +Here's how you run the thing, once installed: + +``` +/opt/walnut/bin/node /srv/walnut/core/bin/walnut.js +``` + +It listens on all addresses, port 3000. + +TODO: Add config to restrict listening to localhost. + API ---