aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 21:41:44 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 21:41:44 +0200
commit6691785bcdc6f4195ef992ffefa5c80f5b5f66a2 (patch)
treeb85b3b1ce08aa87fb114ead7870ace09cea2ffbc /README.md
parent957a5ff9f95976ca57202abc257c05002ceb5d5e (diff)
downloaddotfiles-6691785bcdc6f4195ef992ffefa5c80f5b5f66a2.tar.gz
dotfiles-6691785bcdc6f4195ef992ffefa5c80f5b5f66a2.zip
Try to make invoke web request faster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a42180..7cb53d3 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ config checkout
```ps1
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; `
-$ProgressPreference = 'SilentlyContinue' `
+$ProgressPreference = 'SilentlyContinue'; `
Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" `
-OutFile "$HOME\Downloads\dotfiles.zip"; `
Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; `