diff --git a/README.md b/README.md index 5126dae..f96d138 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,21 @@ Features * Configurable page title -Setup +Regular setup +======== + +Install node.js, exact procedure is dependant on platform and distribution. + +Create a now folder, browse to it, and install the app from npm +```bash +npm install cryptalk +```` + +Browse to ```http://localhost:8080``` + +Done! + +Developer setup ======== Install node.js, exact procedure is dependant on platform and distribution. @@ -39,7 +53,6 @@ node server.js Browse to ```http://localhost:8080``` - Usage ========