From de16f1fa8c865a85a20f1675a2e7d5118ec18fe4 Mon Sep 17 00:00:00 2001 From: neuralpain <77242216+neuralpain@users.noreply.github.com> Date: Wed, 17 Jul 2024 02:19:24 +0800 Subject: [PATCH] Update README --- README | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/README b/README index 5e9a8e0..f939007 100644 --- a/README +++ b/README @@ -3,11 +3,24 @@ oneclickwinrar - install and license WinRAR there was a need for something versatile // so why not? -`oneclickrar.cmd` - download, install and license WinRAR -`installrar.cmd` - download and install WinRAR -`licenserar.cmd` - license WinRAR if installed - -- can only download WinRAR v6.23 (64-bit) -- will install and license any version available in the current directory -- all operations are done at `C:\Program Files\WinRAR` for 64-bit operating systems unless a 32-bit WinRAR installer is provided -- check the releases page for downloads (or download from the repository; whichever you prefer) +`oneclickrar.cmd` - download, install/update and license WinRAR + (recommended for most users) +`installrar.cmd` - download and install WinRAR without licensing it (or + just update if already installed) +`licenserar.cmd` - license WinRAR, if already installed + +- can download the latest English WinRAR (64-bit) installer +- will install and license ANY version available in the current directory +- WinRAR is installed at `C:\Program Files\WinRAR` for 64-bit operating + systems and `C:\Program Files (x86)\WinRAR` for 32-bit operating systems +- check the releases page for downloads (or download from the repository; + whichever you prefer) + + + +license +------- + +oneclickwinrar is licensed under the BSD 2-Clause License. + +see the LICENSE file for more information.