From 3aabe38a24f14f969055188257eb1730e471344d Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 9 Jul 2023 21:00:04 -0500 Subject: [PATCH] Fix matrix channel link --- docs/ubuntu-and-debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ubuntu-and-debian.md b/docs/ubuntu-and-debian.md index 629a4d1..2f69a6a 100644 --- a/docs/ubuntu-and-debian.md +++ b/docs/ubuntu-and-debian.md @@ -17,7 +17,7 @@ Running pict-rs on an Ubuntu or Debian system can be done in the following ways: 1. Download the [ImageMagick AppImage](https://imagemagick.org/script/download.php). This is option only works for running pict-rs on x86_64 2. Compile ImageMagick 7 from source. User MichelSup in the [pict-rs matrix - channel]https://matrix.to/#/%23pictrs:matrix.asonix.dog?via=matrix.asonix.dog() has done this. + channel](https://matrix.to/#/%23pictrs:matrix.asonix.dog?via=matrix.asonix.dog) has done this. 3. Run pict-rs with `Nix` Since I do my development for pict-rs on NixOS, I will document running pict-rs with Nix here.