Skip to content

Commit 86e498e

Browse files
Maurice Webergitbook-bot
authored andcommitted
GITBOOK-63: bump: anoma-apps v0.2.0 release
1 parent 48afbc2 commit 86e498e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

build/getting-started.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Get started by installing Juvix in less than 5 minutes.
1414
Please select from the options below to install the Juvix compiler on your system. We currently support
1515

1616
* Linux `x86_64`
17-
* macOS `x86_64` and `aarch64 (M1/M2)`
17+
* macOS `x86_64` and `aarch64 (M1/M2)` 
18+
19+
{% hint style="info" %}
20+
All example applications are currently compliant with the `anoma-apps` [v0.2.0 release](https://github.com/anoma/anoma-apps/releases/tag/v0.2.0).
21+
{% endhint %}
1822

1923
{% stepper %}
2024
{% step %}
@@ -72,16 +76,16 @@ brew install --overwrite juvix-nightly
7276

7377
Alternatively, you can download and unzip the compiler executable linked below
7478

75-
* [macOS x86\_64](https://github.com/anoma/juvix-nightly-builds/releases/download/nightly-2025-01-23-0.6.9-6ff4d88/juvix-darwin-x86_64.tar.gz)
76-
* [macOS aarch64 (M1/M2)](https://github.com/anoma/juvix-nightly-builds/releases/download/nightly-2025-01-23-0.6.9-6ff4d88/juvix-darwin-aarch64.tar.gz)
79+
* [macOS x86\_64](https://github.com/anoma/juvix-nightly-builds/releases/download/nightly-2025-02-13-0.6.9-8b06157/juvix-darwin-x86_64.tar.gz)
80+
* [macOS aarch64 (M1/M2)](https://github.com/anoma/juvix-nightly-builds/releases/download/nightly-2025-02-13-0.6.9-8b06157/juvix-darwin-aarch64.tar.gz)
7781

7882
and move it to a directory on your shell's `PATH (e.g., /usr/local/bin`).
7983
{% endtab %}
8084

8185
{% tab title="Linux" %}
8286
Download and unzip the compiler executable linked below
8387

84-
* [Linux x86\_64](https://github.com/anoma/juvix-nightly-builds/releases/download/nightly-2025-01-23-0.6.9-6ff4d88/juvix-linux-x86_64.tar.gz)
88+
* [Linux x86\_64](https://github.com/anoma/juvix-nightly-builds/releases/download/nightly-2025-02-13-0.6.9-8b06157/juvix-linux-x86_64.tar.gz)
8589

8690
and move it to a directory on your shell's `PATH (e.g., /usr/local/bin`).
8791
{% endtab %}

0 commit comments

Comments
 (0)