Add a sentence pointing to the official Docker images

This commit is contained in:
Aurélien Geron 2024-10-01 14:33:04 +13:00
parent 775bce294b
commit 1078af22aa
No known key found for this signature in database
GPG key ID: D20EE8E56BBE3EE7

View file

@ -1,6 +1,6 @@
# Install
Roc is a very young language with many incomplete features and known bugs. It doesn't even have a numbered release yet, but it does have [nightly builds](https://github.com/roc-lang/roc/releases) that you can download if you'd like to try it out without [building from source](https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md)!
Roc is a very young language with many incomplete features and known bugs. It doesn't even have a numbered release yet, but it does have [nightly builds](https://github.com/roc-lang/roc/releases) that you can download, if you'd like to try it out without [building from source](https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md)! There are also [official Docker images](https://hub.docker.com/u/roclang) if you prefer to run Roc within a container.
<div class="banner">
Roc is a <b>Work in Progress!</b> See the <a href="/plans">plans</a> page for more information.