aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-05 19:07:01 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-05 19:07:01 +0200
commitdb0a5bb74d76033710269506c6941a4d27633b6d (patch)
tree9b6d5c38089d7074727b4278b5890daace139c88 /README.md
parentfd61f47ef6846e32280283674fbbcec6bb67efb5 (diff)
downloaddotfiles-db0a5bb74d76033710269506c6941a4d27633b6d.tar.gz
dotfiles-db0a5bb74d76033710269506c6941a4d27633b6d.zip
Testing
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 13e787d..2f64b6b 100644
--- a/README.md
+++ b/README.md
@@ -98,11 +98,11 @@ Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" `
Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; `
Move-Item -Path "$HOME\dotfiles-main\*" -Destination "$HOME" -Force; `
Remove-Item -Path "$HOME\dotfiles-main" -Recurse -Force; `
-. "$HOME\.config\powershell\bootstrap.ps1"
+. "$HOME\install.bat"
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
-irm 'https://raw.githubusercontent.com/srdusr/dotfiles/main/install.bat' | iex
+irm 'https://raw.githubusercontent.com/srdusr/dotfiles/main/.config/powershell/bootstrap.ps1' | iex
```