Fix dev install instructions in README.

This commit is contained in:
Nicolas Perriault 2017-04-24 11:49:12 +02:00
parent 711009a5b7
commit 41a48f55c7
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A

View File

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