From 612eda6e6ca859f9e9635e5f86c0ca39fc33613a Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:45:22 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 927253a..eafaf68 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # HyperPoint - Easy Checkpoints for GPU-Assigned Hyper-V Virtual Machines Hyper-V does not allow checkpoints on GPU-assigned virtual machines. HyperPoint removes assigned GPU adapters, creates checkpoint then reassigns GPU adapters. So, you can create checkpoints and continue to use your GPU(s) in your VMs. @@ -28,7 +30,7 @@ Hyper-V does not allow checkpoints on GPU-assigned virtual machines. HyperPoint
-Note: Do not forget set the execution policy to "RemoteSigned" before executing the script via `Set-ExecutionPolicy RemoteSigned` +Note: Do not forget to set the execution policy to "RemoteSigned" before executing the script via `Set-ExecutionPolicy RemoteSigned`

@@ -89,4 +91,3 @@ Note: Do not forget set the execution policy to "RemoteSigned" before executing > **(10):** The -FORCE parameter tries to unlock files locked by other processes during installation.

-