diff options
-rw-r--r-- | Docs/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Docs/index.rst b/Docs/index.rst new file mode 100644 index 0000000..768da9f --- /dev/null +++ b/Docs/index.rst @@ -0,0 +1,21 @@ +=================== +Grub Repair Toolkit +=================== +Get Your Grub Back + + +About +^^^^^ +Grub Repair Toolkit or sometimes referred as GYGB (*Get Your Grub Back*) is an all-in-one grub repair toolkit which has almost every way to fix your GRUB, it doesn't discriminate between UEFI and BIOS + +Installation +^^^^^^^^^^^^ +The script can be directly run without installation + +``wget https://raw.githubusercontent.com/navanchauhan/Grub-Repair-Toolkit/master/GYGB.sh`` + +And Then + +``bash GYGB.sh`` + +**NOTE: apt-get and brew installation methods are coming very soon** |