From 41a48f55c7e6c90076e025834214a96f451fd9bf Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Mon, 24 Apr 2017 11:49:12 +0200 Subject: [PATCH] Fix dev install instructions in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e90a753..776ee1b 100644 --- a/README.md +++ b/README.md @@ -7,7 +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 + $ ./node_modules/.bin/elm-package install ### Starting the dev server