From b0c09f90361b1e92c8ffa9c2525e664c22d27aae Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Mon, 1 Jul 2024 15:47:02 +0200 Subject: [PATCH] fix: typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db8fb90..6f22443 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ installer](https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-fil Then at the root of your local Synapse checkout, run the following command: ```shell -nix develop impure github:element-hq/nix-flakes#synapse +nix develop --impure github:element-hq/nix-flakes#synapse ``` Dependencies will be downloaded and installed for you, and you'll be dropped @@ -168,4 +168,4 @@ is where all that happens. available options you can specify. The [Nix Language basics](https://zero-to-nix.com/concepts/nix-language) is a -recommended read. \ No newline at end of file +recommended read.