Update README.md

This commit is contained in:
ᴀɴᴛᴏɴ ɴᴏᴠᴏᴊɪʟᴏᴠ 2021-12-22 00:31:25 +03:00 committed by GitHub
commit 51d73786ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Press <kbd>Win+R</kbd>, 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 .
cp .\blackhole-theme-sublime-master\*.sublime-* "$HOME\AppData\Roaming\Sublime Text 4\Packages\User\"
Copy-Item -Path blackhole-theme-sublime-master\*.sublime-* -Destination "$HOME\AppData\Roaming\Sublime Text 4\Packages\User\"
Remove-Item blackhole-theme-sublime* -Recurse
```