aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 22:29:35 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 22:29:35 +0200
commit26145af222c573b624069200152261036db6d529 (patch)
tree8a4beeb3f5d1357ce6b6097d209c6f0297b7d67c
parent1c8c9c97f39e4afc3ee39b68ae4003e6b64a113a (diff)
downloaddotfiles-26145af222c573b624069200152261036db6d529.tar.gz
dotfiles-26145af222c573b624069200152261036db6d529.zip
Testing
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7cb53d3..13e787d 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,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\.config\powershell\bootstrap.ps1"
+. "$HOME\.config\powershell\bootstrap.ps1"
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force