diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2018-06-06 08:17:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 08:17:14 +0200 |
commit | cd987ca9c3fdcdc0a896be86f3171caac2dc3c26 (patch) | |
tree | 1f19595ff50aa3ecf0c9b90bcf1aaf82bb7845db /doc/getting | |
parent | 2627c62f344bc002e39bd0f1c7e076b01effa5d6 (diff) | |
parent | 44772d3c1c421df84c1642d2331b8c65c395094b (diff) | |
download | ghdl-cd987ca9c3fdcdc0a896be86f3171caac2dc3c26.tar.gz ghdl-cd987ca9c3fdcdc0a896be86f3171caac2dc3c26.tar.bz2 ghdl-cd987ca9c3fdcdc0a896be86f3171caac2dc3c26.zip |
Merge pull request #591 from gritbub/documentation-revisions
Rephrase documentation - typos, grammatical nuance, and links
Diffstat (limited to 'doc/getting')
-rw-r--r-- | doc/getting/Releases.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/getting/Releases.rst b/doc/getting/Releases.rst index 9a2d896e0..4dba31e92 100644 --- a/doc/getting/Releases.rst +++ b/doc/getting/Releases.rst @@ -151,9 +151,9 @@ On Windows All Windows command line instructions are intended for :program:`Windows PowerShell`, if not marked otherwise. So executing the following instructions in Windows - Command Prompt (:program:`cmd.exe`) won't function or result in errors! See - the :ref:`Requirements section <GETTING:Require>` on where to - download or update PowerShell. + Command Prompt (:program:`cmd.exe`) won't function or will result in errors! + :program:`Windows PowerShell` can be installed or upgraded to v5.1 by installing the + `Windows Management Framework <https://docs.microsoft.com/en-us/powershell/wmf/5.1/install-configure>`_. Command line instructions to clone GHDL onto a Windows machine with HTTPS protocol: |