From 2563c29011e2ae5199669ffbaaab191f05f2e079 Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 4 May 2016 06:09:33 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c865585..71c1109 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Tooling for Elm ops Automate upgrading to 0.17! Automate your elm-package and your file upgrades. +It will: + +- tell you if any of your deps haven't been updated for 0.17 yet +- update module exposing syntax +- update the packages to the 0.17 version +- run elm-package install and elm-make to make sure it worked +- replace packages if they have been renamed (evancz/elm-html to elm-lang/html for example) + ``` python update_elm_package.py ../upgrades/elm-lazy-list