Update README.md

This commit is contained in:
theflyingfool 2024-06-10 16:27:05 -05:00
parent c155482690
commit c116e25cc2

View File

@ -37,6 +37,7 @@ dot push
### Checking out the repo ### Checking out the repo
```ps ```ps
PowerShell -NoProfile -ExecutionPolicy Bypass
git clone --bare https://git.theflyingfool.com/theflyingfool/dotfiles.git $HOME/.dot git clone --bare https://git.theflyingfool.com/theflyingfool/dotfiles.git $HOME/.dot
if (!(Test-Path -Path $PROFILE)) { if (!(Test-Path -Path $PROFILE)) {
# Create the profile # Create the profile