Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
add readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
eeue56 committed Mar 18, 2016
1 parent 8ddc933 commit b4dce64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4dce64

Please sign in to comment.