From f405d0241d5526320e671faa058bfa435e37d9ab Mon Sep 17 00:00:00 2001 From: john <18413674+grravity@users.noreply.github.com> Date: Mon, 22 Mar 2021 21:05:04 -0400 Subject: [PATCH 1/2] added note about lack of unix Added note about lack of Unix/unix-like support. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2edc908..261f508 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,10 @@ Boot into any 64-bit Windows install. Run `downgrade.bat` (NOT as Administrator - WinFlash64 should request admin on its own). The system will reboot and flash the BIOS region on your device. Voila! You're ready to run 1vyrain. **NOTE:** Neither this tool nor 1vyrain will modify your EC. You are safe to flash your EC with the battery or keyboard mod at any time as long as you are on a version compatible with the EC mod (check compatibility [here](https://github.com/hamishcoleman/thinkpad-ec#compatibilty-warning)). Both IVprep and 1vyrain will only modify the BIOS region! You can safely use 1vyrain to update to the latest BIOS without losing your other mods! + +# Other +## *NIX Support + +IVprep currently **does not support** usage from operating systems besides Windows (64-bit). It has not been tested, or attempted on other operating systems. For safety, please use Windows (64-bit). + +If you are able to help achieve compatibility on *nix systems, such as GNU/Linux and BSD, this would be highly appreciated. This would negate the need to use Windows. Refer to #5 From 82294aa710eabbf54f85c8c6c5687ae620915900 Mon Sep 17 00:00:00 2001 From: john <18413674+grravity@users.noreply.github.com> Date: Mon, 22 Mar 2021 21:07:44 -0400 Subject: [PATCH 2/2] fixed issue reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261f508..e434c91 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ Run `downgrade.bat` (NOT as Administrator - WinFlash64 should request admin on i IVprep currently **does not support** usage from operating systems besides Windows (64-bit). It has not been tested, or attempted on other operating systems. For safety, please use Windows (64-bit). -If you are able to help achieve compatibility on *nix systems, such as GNU/Linux and BSD, this would be highly appreciated. This would negate the need to use Windows. Refer to #5 +If you are able to help achieve compatibility on *nix systems, such as GNU/Linux and BSD, this would be highly appreciated. This would negate the need to use Windows. Refer to issue [#5](https://github.com/n4ru/IVprep/issues/5)