From 711009a5b7ffb5c87016287fe05968373463cd5e Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Mon, 24 Apr 2017 11:47:40 +0200 Subject: [PATCH] Update dev install instructions in README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30c2866..e90a753 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ An [experimental Mastodon client](https://n1k0.github.io/tooty/) written in Elm. ### Setting up the development environment $ npm i + $ ./node_modules/elm-package install ### Starting the dev server