You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Getting Started.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,24 @@ Pluto is in the Arch User Repository under the name `plutolang`.
46
46
This package includes the `pluto` and `plutoc` executables, shared library, as well as headers for developers (`#include <pluto/...>`).
47
47
48
48
### Termux
49
-
50
49
Pluto is available in the Termux package main repository under `plutolang` for binaries and `libpluto` for development library.
51
50
51
+
### Nix/NixOS
52
+
53
+
:::info
54
+
This package is maintained by a member of our community.
55
+
:::
56
+
57
+
Pluto is available in the [NUR](https://github.com/nix-community/NUR) repository. You can try it by following the installation step, and then test it by running:
0 commit comments