aboutsummaryrefslogtreecommitdiff
path: root/unsorted/Shadow VRChat Devbox/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'unsorted/Shadow VRChat Devbox/README.md')
-rw-r--r--unsorted/Shadow VRChat Devbox/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/unsorted/Shadow VRChat Devbox/README.md b/unsorted/Shadow VRChat Devbox/README.md
new file mode 100644
index 0000000..0084437
--- /dev/null
+++ b/unsorted/Shadow VRChat Devbox/README.md
@@ -0,0 +1,19 @@
+# Shadow VRChat Devbox Setup Script
+
+This PowerShell script automates the setup of a VRChat development environment on a Shadow cloud-based PC. It installs essential software and configures them to sane defaults ready for VRChat development.
+
+## Quick Start
+
+Run ONE of the following commands in PowerShell on your Shadow PC:
+
+**Reliable cached version:**
+
+```powershell
+iex (New-Object Net.WebClient).DownloadString('https://zue.dev/shadow-vrchat.ps1')
+```
+
+**Latest version (may be unstable):**
+
+```powershell
+iex (New-Object Net.WebClient).DownloadString('https://forgejo.sovereign.zue.dev/zuedev/monorepo/raw/branch/main/unsorted/Shadow%20VRChat%20Devbox/setup.ps1')
+```