Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e9e674

Browse files
authored
Merge pull request #534 from tschf/tschf/patch-1
Fix MD syntax for Windows heading in install guide Thanks! @tschf
2 parents b20ace5 + dbf0d6c commit 3e9e674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You may download with a one-liner if that is more convenient.
2020
curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
2121
```
2222

23-
##Windows
23+
## Windows
2424

2525
To run the script on windows you will need [PowerShell 3.0](https://blogs.technet.microsoft.com/heyscriptingguy/2013/06/02/weekend-scripter-install-powershell-3-0-on-windows-7/) or above.
2626
You will also need .NET 4.0 Framework or above.

0 commit comments

Comments
 (0)