From 5b423322dd6d971ed55b0f7f34cccb332f4e911f Mon Sep 17 00:00:00 2001 From: misato Date: Mon, 20 Dec 2021 18:43:35 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6dd21..c1f3760 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ How to use: 1- Locate your Unity's templates folders. On Mac is something like: `/Applications/Unity/Hub/Editor//Unity.app/Contents/Resources/PackageManager/ProjectTemplates` + On windows: `\Program Files\Unity\Hub\Editor\\Editor\Resources\PackageManager\ProjectTemplates` 2- Put the tgz archive on there. @@ -26,6 +27,8 @@ How to create the tgz via command line: --------------------------------------- Go to the folder where you downloaded this repo and execute this command: -```tar czf com.resistancestudio.template.vr-1.0.0.tgz package/``` +``` +tar czf com.resistancestudio.template.vr-1.0.0.tgz package/ +``` Enjoy!