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 ---