Skip to content

Commit

Permalink
Use v0.2.3 tag for elm-json instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
rlefevre committed Nov 28, 2019
1 parent 8d410e8 commit d6cd6c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
curl -L https://github.com/dmy/elm-raspberry-pi/releases/latest/download/elm.tar.gz | sudo tar zxC /usr/local/bin
```
The last release includes:
* **elm** 0.19.1
* **elm-format** 0.8.2
* **elm-json** 0.2.3
* [**elm**](https://github.com/elm/compiler) 0.19.1
* [**elm-format**](https://github.com/avh4/elm-format) 0.8.2
* [**elm-json**](https://github.com/zwilias/elm-json) 0.2.3

See [Releases](https://github.com/dmy/elm-raspberry-pi/releases/) to install specific older versions.

Expand Down Expand Up @@ -39,4 +39,5 @@ On Raspbian GNU/Linux 10:
- `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
- `git clone https://github.com/zwilias/elm-json.git`
- `cd elm-json`
- Checkout the version tag
- `cargo build --release`
Binary file modified elm-json-0.2.3.tar.gz
Binary file not shown.
Binary file modified elm.tar.gz
Binary file not shown.

0 comments on commit d6cd6c9

Please sign in to comment.