Merge pull request #148 from jirutka/alpine-pkg

Add installation on Alpine Linux into readme
This commit is contained in:
Sagie Gur-Ari 2020-12-13 20:56:50 +02:00 committed by GitHub
commit 67d73366b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
* [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)
@ -69,6 +70,15 @@ 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