-
Notifications
You must be signed in to change notification settings - Fork 15
Install instruction for Mac
Carl Andersson edited this page Jan 24, 2023
·
2 revisions
- Download zip file for mac from https://github.com/carl-anders/slimevr-wrangler/releases
- Unzip the zip file. There will be a file called
slimevr-wrangler
- Open a terminal in the same folder you unzipped the file. (Look at the section "Open new Terminal windows or tabs from the Finder" here: https://support.apple.com/en-gb/guide/terminal/trmlb20c7888/mac )
- Run the following commands:
chmod +x ./slimevr-wrangler
./slimevr-wrangler
- To run it the next time you only need to run the last command, as the
chmod
command changes the file properties permanently.