From 56329cc0aa6c6ca5577a2d9e4ded9420799f14fa Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Sun, 9 Mar 2025 12:46:59 +0200 Subject: [PATCH] Update local development dependencies documentation --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50eb7ef0bb5..5cbf35d38cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,8 +44,8 @@ Code changes to Gleam are welcomed via the process below. ## Local development -To run the compiler tests. This will require a recent stable version of Rust -to be installed. +To run the compiler tests. This will require a recent stable version of Rust, +Erlang, NodeJS, Deno, and Bun to be installed. If you are using the Nix package manager, there's a [gleam-nix flake](https://github.com/vic/gleam-nix) you can use for running any Gleam version or quickly obtaining a development environment for Gleam.