Skip to content

Commit 278dd82

Browse files
committed
Update README for 0.3.0-alpha release
1 parent f0808fd commit 278dd82

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/avh4/elm-format.svg?branch=master)](https://travis-ci.org/avh4/elm-format)
22
![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
3-
[![latest version: 0.2.0-alpha](https://img.shields.io/badge/version-0.2.0--alpha-blue.svg)](https://github.com/avh4/elm-format/releases/tag/0.2.0-alpha)
3+
[![latest version: 0.3.0-alpha](https://img.shields.io/badge/version-0.3.0--alpha-blue.svg)](https://github.com/avh4/elm-format/releases/tag/0.3.0-alpha)
44

55
# elm-format
66

@@ -26,18 +26,26 @@ elm-format --stdin --output Main.elm # Format input from stdin and write to fil
2626
elm-format --help # See other command line options
2727
```
2828

29-
## Installation [![(latest version: 0.2.0-alpha)](https://img.shields.io/badge/version-0.2.0--alpha-blue.svg)](https://github.com/avh4/elm-format/releases/tag/0.2.0-alpha)
29+
## Installation [![(latest version: 0.3.0-alpha)](https://img.shields.io/badge/version-0.3.0--alpha-blue.svg)](https://github.com/avh4/elm-format/releases/tag/0.3.0-alpha)
3030

3131
`elm-format` is still in alpha. You will need to download the version appropriate for your OS, unzip it, and place `elm-format` or `elm-format.exe` (windows) on your `PATH`.
3232

33-
- Mac: [download](https://github.com/avh4/elm-format/releases/download/0.2.0-alpha/elm-format-0.2.0-alpha-mac-x64.tgz) or `brew tap homebrew/devel-only; brew install --devel elm-format`
34-
- Linux: [download](https://github.com/avh4/elm-format/releases/download/0.2.0-alpha/elm-format-0.2.0-alpha-linux-x64.tgz)
35-
- Windows: [download](https://github.com/avh4/elm-format/releases/download/0.2.0-alpha/elm-format-0.2.0-alpha-win-x64.zip)
36-
3733
If the binary does not work for you, please [report details about your OS](https://github.com/avh4/elm-format/issues/new), or try [building from source](#building-from-source).
3834

3935
If you need PGP signatures, see the [releases page](https://github.com/avh4/elm-format/releases).
4036

37+
### For Elm 0.17
38+
39+
- Mac: [download](https://github.com/avh4/elm-format/releases/download/0.3.0-alpha/elm-format-0.17-0.3.0-alpha-mac-x64.tgz)
40+
- Linux: [download](https://github.com/avh4/elm-format/releases/download/0.3.0-alpha/elm-format-0.17-0.3.0-alpha-linux-x64.tgz)
41+
- Windows: [download](https://github.com/avh4/elm-format/releases/download/0.3.0-alpha/elm-format-0.17-0.3.0-alpha-win-x64.zip)
42+
43+
### For Elm 0.16
44+
45+
- Mac: [download](https://github.com/avh4/elm-format/releases/download/0.3.0-alpha/elm-format-0.16-0.3.0-alpha-mac-x64.tgz)
46+
- Linux: [download](https://github.com/avh4/elm-format/releases/download/0.3.0-alpha/elm-format-0.16-0.3.0-alpha-linux-x64.tgz)
47+
- Windows: [download](https://github.com/avh4/elm-format/releases/download/0.3.0-alpha/elm-format-0.16-0.3.0-alpha-win-x64.zip)
48+
4149
### Editor integration
4250

4351
If you can simplify or improve the installation instructions or add instructions for another editor, please [make a pull request](https://github.com/avh4/elm-format/edit/master/README.md). The default behavior of `elm-format`-approved plugins is to format Elm files on save.

0 commit comments

Comments
 (0)