From 64c9f768a6eb5b67e6f7898d5d39ff6fa97c0246 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Wed, 17 Jul 2024 09:52:23 +0200 Subject: [PATCH] Update README.md Co-authored-by: Niko Strijbol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b64ea5db..c1ad9b75 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ TESTed is implemented in Python, but has various dependencies for its language-s See [dependencies.md](./dependencies.md) for an overview of dependencies for each of the supported programming languages. ### Nix installation -The easiest way to install TESTed with all it's dependencies is using the [Nix](https://nixos.org/) package manager. +The easiest way to install TESTed with all its dependencies is using the [Nix](https://nixos.org/) package manager. Install Nix using [The Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer). Next, [clone](https://github.com/git-guides/git-clone) the TESTed repository and open a command prompt in the cloned repository.