From b4dce6461198df2af6ef2a4ab7c52500f62735eb Mon Sep 17 00:00:00 2001 From: eeue56 Date: Fri, 18 Mar 2016 16:17:43 +0100 Subject: [PATCH] add readme example --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 050017c..0c58c2b 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,15 @@ Sometimes, elm-package flakes out due to connection issues. The simplest solutio ``` with_retry.rb elm-package install ``` + + +## elm_self_publish + +Sometimes, we want to "install" our packages locally to test them before publishing them remotely. + + +``` +python elm_self_publish.py ../elm-css ../json-to-elm/ +``` + +will publish elm-css into json-to-elm