From 15cea305e96623a4a7f97c6287452d0a8760398a Mon Sep 17 00:00:00 2001 From: Chiragroop Date: Thu, 12 May 2022 16:04:01 -0700 Subject: [PATCH] Clarified that the generic executable is only for 64-bit systems --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e80e21..46c689e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ddr-mount list ``` ## Install -ddr-mount .deb file is available at [Releases](https://github.com/CKingX/ddrescue_error_mapping/releases) page for Ubuntu binaries (x64 architecture only). There is also a generic Linux executable file that should run on most Linux distributions, provided `dmsetup` and `losetup` are installed. If you have rustup installed (see Build Guide), you can install by running +ddr-mount .deb file is available at [Releases](https://github.com/CKingX/ddrescue_error_mapping/releases) page for Ubuntu binaries (x64 architecture only). There is also a generic Linux executable file for x64 systems that should run on most Linux distributions, provided `dmsetup` and `losetup` are installed. If you have rustup installed (see Build Guide), you can install by running ``` cargo install ddr-mount ```