From 1da924f518ae532a2c166f1a19baa921aad8bf6d Mon Sep 17 00:00:00 2001 From: putt1ck Date: Thu, 25 Feb 2021 05:12:20 +0000 Subject: [PATCH 1/2] Update 'readme.md' --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d9335cb..a8ffd13 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,8 @@ documents are in a range of forms, including a wide variety of digital document both binary and more modern compressed XML forms, but also encompassing older documents where the only surviving form is printed or even handwritten. +The project website is https://searchanddisplace.com + ## :rocket: Installation First install nix following the instructions on their website at https://nixos.org/nix/manual/#chap-installation From 294004366e31eaa2b47b41ad3c3ca68e05ec1d29 Mon Sep 17 00:00:00 2001 From: cciobanu Date: Thu, 13 May 2021 08:47:51 +0000 Subject: [PATCH 2/2] Update 'readme.md' Updated channel. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a8ffd13..e38c640 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ First install nix following the instructions on their website at https://nixos.o The add search-and-displace channel to your nix environment and update it: ```bash -nix-channel --add https://github.com/searchanddisplace/searchanddisplace/raw/master/pkgs/nixexprs.tar.xz +nix-channel --add https://git.law/newroco/searchanddisplace/raw/master/pkgs/nixexprs.tar.xz nix-channel --update ```