-
Notifications
You must be signed in to change notification settings - Fork 565
First stab at a prototype for revamping the download instructions page #1287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e9eb80e
8892505
5850059
f64952f
a5ba1a9
42132e7
1d89ee9
95f171e
7f868a7
29774dc
9e571e9
f38dfa4
a77c3df
6254fd6
b9cb223
52d389c
a40673b
6d8652a
beef6c5
c123416
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
On the command line, run the following commands: | ||
</p> | ||
<pre><code class="language-powershell line-numbers"> | ||
# Download and install PHP. | ||
powershell -c "& ([ScriptBlock]::Create((irm 'https://php.net/install/windows.ps1'))) -Version <?= $version; ?>" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've fixed the domain part of this now. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we can change the directory to include/download-instructions, my thought on adding the install directory was it will be short and would have recall value. |
||
</code></pre> |
Uh oh!
There was an error while loading. Please reload this page.