File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ Get started by installing Juvix in less than 5 minutes.
14
14
Please select from the options below to install the Juvix compiler on your system. We currently support
15
15
16
16
* 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 %}
18
22
19
23
{% stepper %}
20
24
{% step %}
@@ -72,16 +76,16 @@ brew install --overwrite juvix-nightly
72
76
73
77
Alternatively, you can download and unzip the compiler executable linked below
74
78
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 )
77
81
78
82
and move it to a directory on your shell's ` PATH (e.g., /usr/local/bin ` ).
79
83
{% endtab %}
80
84
81
85
{% tab title="Linux" %}
82
86
Download and unzip the compiler executable linked below
83
87
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 )
85
89
86
90
and move it to a directory on your shell's ` PATH (e.g., /usr/local/bin ` ).
87
91
{% endtab %}
You can’t perform that action at this time.
0 commit comments