Skip to content

Commit 2b5b339

Browse files
authored
Update README.md
1 parent 80566d7 commit 2b5b339

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ The primary use-case is to make building pure HTML sites a little bit easier.
1717

1818
## Install
1919

20-
You can use `cargo` to install the tool.
20+
You can find static binaries for Linux and macOS on the [Github Releases](https://github.com/longshorej/csi/releases) page.
21+
22+
Alternatively, you can use `cargo` to install the tool on any platform that Rust supports.
2123

2224
```bash
2325
cargo install csi
@@ -159,6 +161,11 @@ Format may be `html` or `raw`. If `html`, it will be escaped for use in an HTML
159161

160162
## Changelog
161163

164+
### 1.0.1 - 2019-02-24
165+
166+
* No functionality changes.
167+
* Built and released using automated pipeline on TravisCI.
168+
162169
### 1.0.0 - 2019-02-24
163170

164-
Initial release.
171+
* Initial release.

0 commit comments

Comments
 (0)