From 64106116e0ccc3b74f1085f4017394a89da27fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=C9=B4=E1=B4=9B=E1=B4=8F=C9=B4=20=C9=B4=E1=B4=8F?= =?UTF-8?q?=E1=B4=A0=E1=B4=8F=E1=B4=8A=C9=AA=CA=9F=E1=B4=8F=E1=B4=A0?= Date: Sat, 25 Dec 2021 00:18:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06dcce0..0007fc5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Press Win+R, type `powershell` and press Enter. Then do: ```powershell Invoke-WebRequest -Uri "https://kaos.sh/blackhole-theme-sublime.zip" -OutFile blackhole-theme-sublime.zip Expand-Archive -LiteralPath blackhole-theme-sublime.zip -DestinationPath . -Copy-Item -Path blackhole-theme-sublime-master\*.sublime-* -Destination "$HOME\AppData\Roaming\Sublime Text 4\Packages\User\" +Copy-Item -Path blackhole-theme-sublime-master\*.sublime-* -Destination "$HOME\AppData\Roaming\Sublime Text\Packages\User\" Remove-Item blackhole-theme-sublime* -Recurse ```