We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d410e8 commit d6cd6c9Copy full SHA for d6cd6c9
README.md
@@ -5,9 +5,9 @@
5
curl -L https://github.com/dmy/elm-raspberry-pi/releases/latest/download/elm.tar.gz | sudo tar zxC /usr/local/bin
6
```
7
The last release includes:
8
-* **elm** 0.19.1
9
-* **elm-format** 0.8.2
10
-* **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
11
12
See [Releases](https://github.com/dmy/elm-raspberry-pi/releases/) to install specific older versions.
13
@@ -39,4 +39,5 @@ On Raspbian GNU/Linux 10:
39
- `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
40
- `git clone https://github.com/zwilias/elm-json.git`
41
- `cd elm-json`
42
+- Checkout the version tag
43
- `cargo build --release`
elm-json-0.2.3.tar.gz
-36 Bytes
elm.tar.gz
-40 Bytes
0 commit comments