From 6f86fb89b720a3ed793de8a2f35f8203fe2a43c6 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 14 Mar 2018 14:23:05 -0400 Subject: [PATCH] Use `npm start` in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d16e6fb..18590e0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ and post it to Mastodon ### installation 1. install [Node.js](https://nodejs.org/en/) -2. install [Lumo](https://github.com/anmonteiro/lumo): `npm install -g lumo-cljs` -3. run `npm install` to install Node modules +2. run `npm install` to install Node modules +3. run `npm start` to, well, start ### usage