From 51320b7e475652d9cbf238c20d0ce2ae9c4d8799 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 15 Sep 2024 17:48:50 +0200 Subject: [PATCH] Updated docs to also include arm64. --- docs/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index 7104c543f6..e961e5dbfb 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -5,7 +5,7 @@ You have two options to get the Magick.NET binaries in your project: - Use NuGet: - Right click on the references of your project and choose 'Manage NuGet packages'. - - Search for Magick.NET and choose the package that uses the platform of your choice: x86/x64 or AnyCPU. + - Search for Magick.NET and choose the package that uses the platform of your choice: x64/arm64/x86 or AnyCPU. - Build Magick.NET yourself: - Instructions on how to build Magick.NET can be found [here](../Building.md).