From 9c93414d9caa4807f00e36565d7ab0e747adb7d2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 1 Feb 2022 03:25:26 +0100 Subject: [PATCH] Fix rustup link in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad143a3..62c73f9b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ in the `Plugin` trait for an incomplete list of missing functionality. ## Building -After installing [https://rustup.rs/](Rust) you can compile any of the plugins +After installing [Rust](https://rustup.rs/) you can compile any of the plugins in the `plugins` directory in the following way, replacing `gain` with the name of the plugin: