aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 20:29:03 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 20:29:03 +0200
commit2c72ccdbdece91fef58389401490d13bffd6f1b7 (patch)
treee8dd535e9fb035b8703fc151f4e4835cf8539bc7
parent2b8f51650e4d8cdfcd12e440a08d71bf1e1af058 (diff)
downloaddotfiles-2c72ccdbdece91fef58389401490d13bffd6f1b7.tar.gz
dotfiles-2c72ccdbdece91fef58389401490d13bffd6f1b7.zip
Use bootstrap.ps1 instead
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46c2d19..f5f9de6 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ 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; `
-Start-Process -FilePath "$HOME\install.bat"
+Start-Process -FilePath "$HOME\.config\powershell\bootstrap.ps1"
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force