Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Dec 13, 2020
1 parent e028fd4 commit adda01f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## CHANGELOG

### v0.7.1
### v0.7.1 (2020-12-13)

* Checked in Cargo.lock to help linux distributions package the duckscript CLI #146
* Alpine linux installation instructions #148 (thanks @jirutka)

### v0.7.0 (2020-11-26)

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* [Language Goals](#lang-goals)
* [Installation](#installation)
* [Homebrew](#installation-homebrew)
* [Alpine Linux](#installation-alpine-linux)
* [Binary Release](#installation-binary-release)
* [Duckscript Tutorial](#tutorial)
* [Hello World Example](#tutorial-hello-world)
Expand Down Expand Up @@ -70,15 +69,6 @@ This will install duckscript script runner, the standard duckscript SDK and the
You should then have a **duck** executable in your ~/.cargo/bin directory.<br>
Make sure to add ~/.cargo/bin directory to your PATH variable.

<a name="installation-alpine-linux"></a>
### Alpine Linux

```sh
apk add duckscript
```

Note: duckscript package is available since Alpine 3.13.

<a name="installation-homebrew"></a>
### Homebrew

Expand Down

0 comments on commit adda01f

Please sign in to comment.