This commit is contained in:
2025-10-18 16:53:07 -05:00
parent e0fb987be7
commit d889a6072d

View File

@@ -1,3 +1,3 @@
/bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-mac.sh)" for Mac
/bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-linux.sh)" for linux
iwr -useb https://terminalportfolio.keshavanand.net/run-windows.ps1 | iex. for Windows
powershell -Command "iwr https://terminalportfolio.keshavanand.net/run-windows.bat -OutFile \$env:TEMP\run-windows.bat; Start-Process \$env:TEMP\run-windows.bat -Wait"