Skip to content

Commit 86bee46

Browse files
README.md: Fix typo installd > installed
1 parent ec0c093 commit 86bee46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See profile.ps1 for an example: the ambigous command 'measure -s' (for which pws
2424

2525
# Compiling and Manual Install
2626

27-
You'll need golang installd, for Fedora see: https://developer.fedoraproject.org/tech/languages/go/go-installation.html
27+
You'll need golang installed, for Fedora see: https://developer.fedoraproject.org/tech/languages/go/go-installation.html
2828

2929
Clone the git repository.
3030

@@ -44,4 +44,4 @@ Assuming `~/.wine` is where your wineprefix is
4444
cp -rf ./powershell64.exe ~/.wine/drive_c/windows/system32/WindowsPowerShell/v1.0/powershell.exe
4545
cp -rf ./powershell32.exe ~/.wine/drive_c/windows/syswow64/WindowsPowerShell/v1.0/powershell.exe
4646
cp -rf ./src/profile.ps1 "~/.wine/drive_c/Program Files/PowerShell/7/profile.ps1"
47-
```
47+
```

0 commit comments

Comments
 (0)