From 7215871c0fc303e9b2937f9427370629bd2ea7fb Mon Sep 17 00:00:00 2001 From: eeue56 Date: Wed, 4 May 2016 06:02:26 +0200 Subject: [PATCH] readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c3d1d1..636e539 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,18 @@ with_retry.rb elm-package install ## elm_self_publish +Sometimes, we want to "install" our packages locally to test them before publishing them remotely. This is designed only with the use case of testing packaged, not using them in production. It doesn't provide any of the guarantees nor support that elm-package does. If you're doing production stuff, elm-package is what you want. + + +``` +python elm_self_publish.py ../elm-css ../json-to-elm/ +``` + +will publish elm-css into json-to-elm + + +## update_elm_package + Automate upgrading to 0.17! Automate your elm-package and your file upgrades. @@ -97,5 +109,3 @@ python update_elm_package.py ../upgrades/elm-lazy-list ``` will upgrade the package in that directory. - -