From 6ff719bae2f16d4656817421b0cc835def3cf1c4 Mon Sep 17 00:00:00 2001 From: Debdut Karmakar Date: Tue, 16 Nov 2021 23:09:28 +0530 Subject: [PATCH] add readme --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a82f8e --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Unlocker + +Unlocker for Mac OS in VMware Workstation + +This project fixes the erros of [paolo-projects/unlocker](https://github.com/paolo-projects/unlocker) + +Works on + +- Workstation 11-16 on Windows and Linux +- Workstation Player 7/12/14/15/16 on Windows and Linux + +## Install +Linux + +```sh +$ sudo ./lnx-install.sh +``` + +Windows + +Run `win-install.cmd` file + +## Prerequisites + +python2 and python3 + +## Note + +Always uninstall the previous version of the Unlocker before using a new version. Failure to do this could render VMware unusable. + +## Acknowledgement + +Thanks to [paolo-projects/unlocker](https://github.com/paolo-projects/unlocker) and it's contributors \ No newline at end of file