Mike Richmond
35ab4293e3
Adding Windows path to the VS Code Debugging setup document. ( #2512 )
2016-10-20 14:02:45 -07:00
Dongbo Wang
289e6958ef
Update docs/scripts to use the alpha.11 release packages ( #2498 )
2016-10-18 13:09:09 -07:00
Dongbo Wang
d26b1d7155
Update coding-guidelines to encourage adding code comments ( #2489 )
2016-10-18 10:12:20 -07:00
Andrew Schwartzmeyer
5e1661df59
Document Start-ResGen and Start-TypeGen ( #2487 )
2016-10-17 15:21:57 -07:00
Dongbo Wang
2e402cfef1
Update powershell to depend on latest dotnet core packages (preview1-24530-04 from 9/30/2016)
2016-10-14 10:02:44 -07:00
James Truher [MSFT]
b211f5f59b
Add query to track action plan in issues ( #2439 )
...
fix ActionPlan list to be formatted correctly
2016-10-10 18:55:31 +00:00
James Truher [MSFT]
b89533f123
First draft of test roadmap plan ( #2332 )
...
Add test roadmap plan document
Update document with clarifying language for code coverage
Also add an acceptance criteria for remoting tests
include Jenkins with mention of MS Build Lab for possible test infrastructure
2016-10-05 16:50:35 -07:00
Andrew Schwartzmeyer
cc8842c631
Add .NET Core debug build instructions ( #2410 )
...
These are thanks to Eric St John from .NET Core.
2016-10-04 13:10:19 -07:00
Sergei Vorobev
d1d82d03b4
Make Invoke-AppVeyorTest run elevated and non-elevated tests separately
...
- Add RequireAdminOnWindows to the list of blessed tags
- Fix a bug in Get-PesterTag where we accepted 'Slow' as a proper priority
- Fix missed comma in Start-PSPester parameters
- Add documentation about new Pester tag
- Fix finishing logic for Start-PSPester -Unelevate
2016-09-29 12:29:27 -07:00
James Truher [MSFT]
379cc52b95
update testing guidelines
...
* correct links in test-guidelines.md (issue #1665 )
added specific links for PesterDoAndDont and WritingPesterTests
added new section in WritingPesterTests.md on bulk skipping tests
* update test directories to include a directory for remoting tests
* fix lines in document to use semantic line breaks
also remove trailing spaces after "."
2016-09-27 12:55:47 -07:00
James Truher [MSFT]
e143b41533
move native execution tests to Language/Scripting/NativeExecution ( #2333 )
...
update testing-guidelines.md with new locations
2016-09-22 11:57:42 -07:00
Andrew Schwartzmeyer
8a24d26e8d
Patch System.Net.Http.Native.dylib
...
Again, .NET Core expects users to forcibly link the third party OpenSSL
libraries into system directories, which the Homebrew team advises
strongly against (and attempts to prevent). This also affects the
System.Net.Http library, and results in runtime errors during SSL
certificate validation. So instead, we patch what we can, when we can.
2016-09-20 14:34:32 -07:00
Andrew Schwartzmeyer
1b0a99fc13
Add one-line installation instruction
2016-09-20 14:10:40 -07:00
Andrew Schwartzmeyer
153ff43b50
Update Linux installation docs to resolve dependencies
...
Use `dpkg -i` followed by `apt-get install -f`. Alternatives considered
included using `apt install`, which does not work, and copying the
PowerShell package to `/var/cache/apt/archives` which is just as messy
as this. At least this follows the same steps as `download.sh`.
2016-09-20 14:02:16 -07:00
Josh Soref
552640506e
grammar: may be
...
maybe be -- does not really make sense, it should almost always be
written as simply: may be.
2016-09-16 02:40:19 +00:00
Dongbo Wang
e908b9a675
update nuget package version number in FAQ.md
2016-09-15 21:37:18 -07:00
Dongbo Wang
1825b60217
Merge pull request #2276 from andschwa/post-alpha.10
...
Update documentation and scripts for alpha.10
2016-09-15 21:11:53 -07:00
Sergei Vorobev
1c3c719521
Update testing guidelines ( #2244 )
...
* Move PesterDoAndDont.md into WritingPesterTests.md
* Add powershell language moniker to codesnippets
in WritingPesterTests.md
Add extra new-lines for formatting
* Adding here-string info to testings docs
2016-09-15 15:21:26 -07:00
Andrew Schwartzmeyer
d264501f31
Update documentation names and links for alpha.10
2016-09-15 13:59:46 -07:00
Li Li
889cbb6437
.NET CLI tools need to be in path for VS Code ( #2204 )
2016-09-15 11:45:04 -07:00
Alex Jordan
33e2ea9e23
Add uninstallation instructions for PowerShell pkg
2016-09-13 05:09:47 -07:00
Andrew Schwartzmeyer
832f1a679d
Update documentation
2016-09-12 15:01:19 -07:00
Josh Soref
fe08ab64ee
Issue management ( #2197 )
...
* punctuation: issue management
* grammar: issue management
* capitalization: issue management
* miscellaneous: issue management
2016-09-07 11:32:31 -07:00
Andrew Schwartzmeyer
8911e72477
Fix incorrect function references in releasing.md
...
This documentation is meant to describe Start-PSPackage, not Start-PSBuild.
2016-09-06 15:53:09 -07:00
Douglas Thrift
948f05d609
Fix link to Build Manually in Linux build document ( #2180 )
2016-09-05 21:55:09 -07:00
Andrew Schwartzmeyer
7c10dac20c
Update macOS install docs for OpenSSL
2016-09-04 12:40:57 -07:00
Sergei Vorobev
95d05d66b6
Add label "Review - Abandoned" description
2016-09-02 16:39:27 -07:00
KaliszAd
e7e82ede96
Added Debian compatibility notice ( #2010 )
...
Ubuntu 16.04 LTS is very similar to Debian 9 Strech (now in testing). I can confirm, the instructions work and PS will install successfully.
2016-08-29 19:28:26 -07:00
Aleksandar Nikolić
71b9a75de6
fix Markdown formatting to follow one-sentence-per-line recommendation ( #2080 )
2016-08-26 17:28:45 -07:00
Aleksandar Nikolić
65988ac2c0
fix Markdown formatting to follow one-sentence-per-line in windows-full.md ( #2081 )
2016-08-26 17:04:16 -07:00
Zakaria Ridouh
e4f3f8fd69
OS X -> macOS ( #1934 )
...
Fix all documentation references of "OS X" to be "macOS", Apple's new brand.
Code is left unchanged because we're matching .NET Core.
2016-08-26 15:08:50 -04:00
Josh Soref
de64180d56
spelling fixes: docs
...
additional fixes to grammar in windows-full.md per alexandair
2016-08-25 17:43:20 +00:00
David Wilson
b3362fef1d
Update using-vscode.md to fix broken link
...
This change fixes a broken link in the Using Visual Studio Code
documentation. This link is pointing to a GitHub repo that will never
made public. The resolution is to change the link to point to the public
vscode-powershell repo.
2016-08-24 16:30:01 -07:00
Dongbo Wang
5658159d45
Merge pull request #2039 from rnelson0/patch-1
...
Install via URL on CentOS 7
2016-08-24 08:52:15 -07:00
Hal Rottenberg
4026dab15f
Clarifying OSX, adding issue with Install-Package ( #2033 )
...
* Clarifying OSX, adding issue with Install-Package
- Changing first section to "non-Windows" and clarifying that most of these issues apply to both Linux & OSX.
- Fixed a few typos.
- Adding known issue with Install-Package per #1773
* Mac OSX -> macOS
Complying with convention used in #1934
* added alpha build # to install-package notice
* typo
* Typo
2016-08-24 09:28:26 -04:00
Nilesh Londhe
19e61216c6
Fix documentation on docker image to say you must build before running ( #1987 )
...
* Can not run before building
unless you provide a library/powershell image
* Update docker.md
2016-08-24 09:21:39 -04:00
David Wilson
7bd7966189
Update VS Code docs to mention OpenSSL requirement
...
This change updates the "Using Visual Studio Code" documentation to
mention the requirement of having OpenSSL installed on OS X. Brief
installation instructions have been included.
2016-08-23 16:33:39 -07:00
Rob Nelson
eb22fd5d78
Install via URL on CentOS 7
2016-08-23 20:22:20 +00:00
Matt Wrock
63659bb74c
remove misleading note about dotnet 1.0.1
2016-08-22 22:08:34 -07:00
Jason Shirk
aac88584fd
Add Area-Remoting label to issue-management.md
2016-08-22 08:46:11 -07:00
Mike Hsu
7f82c2902f
Updated URL to dotnet install. ( #1990 )
...
The current URL ends in a 404 error. It looks like the filename was changed from install.ps1 to dotnet-install.ps1
2016-08-21 08:22:34 -07:00
Mike Hsu
7b4b0b266b
Updated URL to VS Studio Community edition ( #1991 )
...
Updated the URL to VS Studio Community edition. The product is now out of beta and URL has moved.
2016-08-21 08:18:48 -07:00
Matt Wrock
163102eac8
clarify that visual studio with c++ compiler is required ( #1973 )
2016-08-19 15:43:40 -07:00
Aleksandar Nikolić
01c6163a0f
fix a typo in installation/docker.md
...
Change "wery" to "very".
2016-08-20 00:29:15 +02:00
Andy Schwartzmeyer
87f2e207e2
Merge pull request #1966 from lalyos/master
...
Create a PowerShell Docker image.
2016-08-19 15:03:37 -07:00
Andy Schwartzmeyer
ce1773eee0
Merge pull request #1944 from oldhamtj/patch-1
...
Added Oracle Linux 7 installation status.
2016-08-19 14:33:31 -07:00
lalyos
25d616df84
Create a PowerShell Docker image.
2016-08-19 21:56:36 +02:00
Dongbo Wang
1a179f8756
Merge pull request #1907 from stweil/master
...
Fix some trivial typos in documentation
2016-08-19 10:39:21 -07:00
Dongbo Wang
e4611dd2fb
fix broken links in 'maintainers/README.m' and update 'building/linux.md' ( #1938 )
2016-08-19 09:09:12 -07:00
oldhamtj
63d08d5527
Added Oracle Linux 7 installation status.
2016-08-19 09:23:06 +01:00
Vivek Juneja
f3f8fac4b8
Changed the link to Powershell on OSX
...
Link to powershell on osx refers to osx anchor on the linux.md
2016-08-19 10:53:00 +09:00
Travis Plunk
ee7bb39c12
Merge pull request #1890 from alexandair/patch-1
...
fix typos in building/osx.md
2016-08-18 15:36:00 -07:00
Dongbo Wang
e7a6b314fc
Merge pull request #1879 from n8v/patch-1
...
Refer to Mac OSX package by its actual name
2016-08-18 13:51:58 -07:00
Dongbo Wang
d4f4a4ca68
Merge pull request #1893 from mirichmo/mirichmo/fixing-wording-of-nano-knownissue
...
Grammatical fixes for the Nano Server TP5 known issue
2016-08-18 13:16:44 -07:00
Stefan Weil
a3acfbc978
docs: Fix typo (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-08-18 22:04:14 +02:00
exp-cpandya
7081feae24
Fixed a typo ( #1898 )
...
Fixed "sll" to "ssl"
2016-08-18 12:33:01 -07:00
Travis Plunk
602d8b1727
Add description of tag Resolution-External ( #1892 )
2016-08-18 11:20:24 -07:00
Mike Richmond
2340dd85bb
Grammatical fixes for the Nano Server TP5 known issue
2016-08-18 10:50:55 -07:00
Aleksandar Nikolić
6d984500f5
fix typos in building/osx.md
...
Removed doubled "in".
soley -> solely
2016-08-18 19:47:23 +02:00
Travis Plunk
6fd9a1b1ef
Merge pull request #1885 from pborreli/typos
...
Fixed typos
2016-08-18 10:38:56 -07:00
Dongbo Wang
f8afd47c3e
update FAQ.md to include the powershell-core myget feed ( #1878 )
2016-08-18 10:15:04 -07:00
Pascal Borreli
dcce344087
Fixed typos
2016-08-18 18:11:57 +01:00
Travis Plunk
d6c0e27998
Merge pull request #1871 from daviwil/vscode-windows-doc-note
...
Update using-vscode.md documentation
2016-08-18 09:53:44 -07:00
James Truher [MSFT]
bbffcc83b8
commit test status doc to new repo ( #1873 )
2016-08-18 09:45:01 -07:00
Nathan Vonnahme
fe43ea9167
Refer to Mac OSX package by its actual name
2016-08-18 08:39:42 -08:00
David Wilson
a8efa49dbf
Update using-vscode.md documentation
...
This change updates the "Using Visual Studio Code" documentation to give
guidance on how to configure VS Code on to use a specific installation
of PowerShell.
2016-08-18 09:01:18 -07:00
Travis Plunk
c69bd842bc
Merge pull request #1861 from mirichmo/mirichmo/adding-nano-server-knownissue
...
Adding remoting endpoint creation issue on Nano Server to list of known issues
2016-08-18 07:35:55 -07:00
Andy Schwartzmeyer
828d850e85
Merge pull request #1855 from raghushantha/master
...
Consolidate demos/install/install.sh with tools/install/download.sh, add README
2016-08-18 00:12:04 -07:00
Aleksandar Nikolić
7c88bf3996
fix typos and casing in KNOWNISSUES.md ( #1860 )
...
Fix typos and casing.
"on Linux PowerShell" change to "in PowerShell on Linux".
Apply "one-sentence-per-line" rule.
2016-08-17 21:17:06 -07:00
Jason Shirk
718ceb5a6c
Update issue-management.md ( #1853 )
...
Add OS-WSL
2016-08-17 21:05:39 -07:00
Jianyun
f3fb5951ac
Changed 'sort' to 'Sort-Object'. ( #1859 )
...
Updated the sample output of $PSVersionTable and changed 'sort' to 'Sort-Object'.
2016-08-17 21:04:11 -07:00
Mike Richmond
fa411ed52b
Adding remoting endpoint creation issue on Nano Server to list of known issues.
2016-08-17 17:21:54 -07:00
Raghu Shantha [MSFT]
4f47b64d85
Fix docs/installation/windows.md
...
Also consolidate install.sh with download.sh;
remove unnecessary files;
create README.md in install.
Ran dos2unix tool to cleanup extra carriage returns at the end of lines
2016-08-17 16:18:26 -07:00
Andy Schwartzmeyer
3c451cd0f3
Update status of command availability
...
Also better usage of Markdown `code` style for readability.
2016-08-17 15:47:04 -07:00
Mike Richmond
570695a5d2
Instructions for installing the remoting endpoint and connecting to it
...
using PSRP.
2016-08-17 11:21:26 -07:00
Dongbo Wang
a735c9ba04
Merge pull request #1804 from vors/links
...
Fix obsolete links in documentation
2016-08-17 11:03:08 -07:00
Dongbo Wang
15c14e0f71
remove obsolete 'Permission' section from 'docs/git/basics.md' ( #1843 )
2016-08-17 10:06:25 -07:00
Kenneth Hansen
977f883be6
Nit update on name of Angel's profile.
2016-08-16 18:45:16 -07:00
Andy Schwartzmeyer
5f4dcf9a6d
Merge pull request #1827 from andschwa/alpha.9-release
...
Update documentation for v6.0.0-alpha.9 release
2016-08-16 16:32:33 -07:00
Andrew Schwartzmeyer
a9e809c18a
Fix naming of Unix packages
...
- .NET Core RID suffixes removed
- `el7.centos` suffix added to RPM
- `1ubuntu1.14.04.1` iteration used for DEB packages
`~` cannot be used after `ubuntu1` because GitHub release renames it to
a `.`; additionally, no packages lack the final suffix `.1`. While my
machine is `.5` I could find no packages that went past `.3`, so let's
use this to indicate that it works for `14.04.1` and forward.
We are *not* recreating the alpha.9 packages, but will we rename them
accordingly. This means that the filenames will be "correct" but the
meta-data will be out-of-date.
2016-08-16 16:07:54 -07:00
Joey Aiello
12880bf598
Add project lead names to governance ( #1836 )
...
* add project lead names to governance
* add links to GH profiles in governance
2016-08-16 15:00:49 -07:00
Andrew Schwartzmeyer
1e265e915e
Update links for alpha.9
...
Also adds the Windows 8.1 build to the readme, and bumps the AppVeyor
build number.
2016-08-16 14:43:34 -07:00
Hitesh Raigandhi
ced778e64b
Update KNOWNISSUES.md ( #1825 )
2016-08-15 18:35:16 -07:00
Dongbo Wang
59b60940fc
Merge pull request #1803 from mwrock/clean
...
Add a note about the dangers of VS builds and cleaning to fix
2016-08-15 14:01:24 -07:00
Sergei Vorobev
c1d0cfafb3
Remove non-existing links from pull-request-process.md
2016-08-15 06:20:00 +03:00
Sergei Vorobev
e6db20312c
Remove obsolete PR template links from docs
2016-08-15 06:19:20 +03:00
Matt Wrock
68ebf41b65
add a note dangers of VS builds and cleanning to fix
2016-08-14 13:52:40 -07:00
Sergei Vorobev
a652f52e4a
Update branch naming in git documentation ( #1793 )
...
Remove statement about using "alias/feature-name"
2016-08-13 15:25:42 -07:00
Jason Shirk
110c627be8
Doc updates, remove PR template, update issue labels ( #1776 )
...
* Remove PR template, update guidelines for PR
* Update testing-guidelines.md
* Add clarification on when to use runtime/compiletime checks
* Update issue label descriptions
2016-08-12 18:19:12 -07:00
Bruce Payette
585b83387c
Update KNOWNISSUES.md ( #1745 )
...
* Update KNOWNISSUES.md
* Updated with review feedback.
All appropriate feedback has been incorporated into the document.
2016-08-12 16:41:37 -07:00
Jianyun Tao
e3f07c3a9e
Removed sections with empty contents which just got introduced in 1576.
2016-08-12 13:45:24 -07:00
Dongbo Wang
896577e285
update linux path doc
2016-08-11 21:45:20 -07:00
Andrew Schwartzmeyer
e142f7c987
Update Linux / OS X installation documentation
2016-08-11 17:11:50 -07:00
Andy Schwartzmeyer
7d61d4400c
Merge pull request #1717 from andschwa/sxs
...
Side-by-side Unix packages
2016-08-11 16:08:02 -07:00
Travis Plunk
aac8d83df4
Merge pull request #1643 from PowerShell/AngelCalvo-patch-1
...
Update windows-full.md
2016-08-11 15:41:23 -07:00
Raghu Shantha [MSFT]
fa6d47f9f0
Update min os allowed for MSI
...
#1737
2016-08-11 14:56:06 -07:00
Andrew Schwartzmeyer
5b48acb1cb
Update releasing documentation
2016-08-11 14:42:37 -07:00
Travis Plunk
cf23084d2a
Merge pull request #1540 from PowerShell/joey/governance
...
[WIP] review of project governance
2016-08-11 14:21:06 -07:00
joeyaiello
580c7b7852
address final PR/offline feedback for governance
2016-08-11 13:47:58 -07:00
Andrew Schwartzmeyer
1cc454fbd2
Update known issues
...
The "unavailable cmdlets" section was removed pending a comprehensive
list compiled from the module declarations.
2016-08-09 18:54:05 -07:00
joeyaiello
c9ae0c348c
fix broken links in governance PR
2016-08-09 16:42:51 -07:00
joeyaiello
42019e511e
refactor maintainer and governance docs
...
Now that we've gotten enough of a sign-off
from everyone involved in the governance
process, the docs need to be reworked to use a
consistent terminology set, links, and directory
structure.
2016-08-09 16:42:51 -07:00
joeyaiello
d9b1093a1c
address offline feedback for governance
2016-08-09 16:42:51 -07:00
joeyaiello
040c9803f7
respond to PR feedback on governance
2016-08-09 16:42:51 -07:00
joeyaiello
c15eb54fa1
first pass of governance doc
...
still need to do a considerable rewrite of other
contributor docs in order to change terminology
to align with governance.md
2016-08-09 16:42:51 -07:00
Travis Plunk
640755f7da
Merge pull request #1670 from PowerShell/jianyunt/docs
...
Add Map Book for Experienced Bash users
2016-08-09 12:48:39 -07:00
Angel Calvo
0342a5fe72
Update windows-full.md
...
Fixed typos...
2016-08-08 17:33:46 -07:00
Jianyun Tao
167e3b850c
Added Map book for bash users
2016-08-08 12:09:51 -07:00
Andy Schwartzmeyer
afd09111f6
Merge pull request #1672 from vors/links
...
Fix two broken links in docs
2016-08-08 10:04:37 -07:00
Travis Plunk
e945c6204e
Merge pull request #1640 from alexandair/patch-2
...
Update docs/FAQ.md
2016-08-07 09:36:40 -07:00
Sergei Vorobev
b1bba40a70
Fix broken link in docs/building/linux.md
2016-08-06 15:53:51 -07:00
Sergei Vorobev
58b2c84559
Add missed Travis-CI badge image
2016-08-06 15:53:25 -07:00
Aleksandar Nikolić
d2ec24bba1
Update FAQ.md
2016-08-06 03:36:15 +02:00
Dongbo Wang
70aea51cb1
Merge pull request #1576 from PowerShell/migreene
...
PowerShellGet demo and "getting started" doc changes
2016-08-05 10:59:54 -07:00
Aleksandar Nikolić
8fc68cab0d
Update testing-guidelines.md
2016-08-05 17:14:51 +02:00
Aleksandar Nikolić
0325665033
removing OPS and a duplicate line in testing-guidelines.md
...
Changing OPS to PowerShell.
Changing "PowerShell in Windows" to "Windows PowerShell".
Removing a duplicate line "test/powershell/Modules/Microsoft.PowerShell.Security".
Fixing a bunch of typos.
2016-08-05 02:39:13 +02:00
Angel Calvo
c20417239f
Update testing-guidelines.md
...
Replaced Open PowerShell with PowerShell
2016-08-04 12:41:18 -07:00
Jason Shirk
f15e66b283
Merge pull request #1633 from PowerShell/revert_psedition_namechange
...
Revert the changes made in #1457 . Desktop and Core are the PowerShell Edition names. Remove Linux as edition name.
2016-08-04 12:21:12 -07:00
Angel Calvo
01aa3b94c3
Update windows-full.md
2016-08-04 10:47:06 -07:00
Aleksandar Nikolić
7e1adbe661
Update docs/FAQ.md
...
Fixing typos and formatting.
2016-08-04 10:52:35 +02:00
Manikyam Bavandla
93d4129a3b
Reverting PSEdition name changes.
2016-08-03 16:27:47 -07:00
Jianyun Tao
7eae332346
Merge branch 'master' of https://www.github.com/powershell/powershell into jianyunt/docs
2016-08-02 16:53:23 -07:00
Andy Schwartzmeyer
76b0c033fa
Merge pull request #1608 from PowerShell/vors/build-docs
...
Update building instructions to use correct TOP directories
2016-08-02 15:22:57 -07:00
James Truher [MSFT]
cf3519b8eb
Merge pull request #1547 from PowerShell/jameswtruher/TestGuidelineUpdate
...
updates from test-guideline PR to incorporate feedback
2016-08-02 14:49:48 -07:00
Jianyun Tao
3fffd48125
removed an empty legal-licensing.md file.
2016-08-02 13:51:52 -07:00
Sergei Vorobev
99249d0ff4
Update building instructions to use correct TOP directories
2016-08-02 13:17:48 -07:00
Aleksandar Nikolić
d6b8159e5c
Update installation/linux.md
...
Fixing typo.
2016-08-02 22:12:00 +02:00
James Truher [MSFT]
935185cf6b
fix don't section so it's visible
2016-08-02 11:55:50 -07:00
James Truher
8d758b63f2
updates based on PR feedback
2016-08-02 11:51:43 -07:00
James Truher
2920a3db66
Add images to this branch
2016-08-02 11:51:43 -07:00
James Truher
21494be11b
updates from previous PR to incorporate feedback
2016-08-02 11:51:43 -07:00
Aleksandar Nikolić
0160488925
fixing casing and typos in windows-full.md
...
Fixing casing for CoreCLR and FullCLR.
Fixing a couple of typos.
2016-08-02 18:17:04 +02:00
Michael Greene
002adc283b
caps .Replace
2016-08-02 08:41:22 -05:00
Michael Greene
cdb925f1fe
correct type in d$
2016-08-02 08:39:24 -05:00
Michael Greene
bf22db9d68
Context caps
2016-08-02 08:38:45 -05:00
Michael Greene
9007ba4062
merge from master and resolve conflicts
2016-08-02 08:20:25 -05:00
Michael Greene
d6a1df3e9b
Working with PowerShell Objects
2016-08-02 08:15:36 -05:00
Raghu Shantha [MSFT]
d995faba02
Merge pull request #1594 from PowerShell/raghushantha-linuxinstall
...
Updates to Linux install instructions
2016-08-01 20:45:42 -07:00
Raghu Shantha [MSFT]
b540c40517
Merge pull request #1596 from PowerShell/raghushantha-windowsinstall-1
...
Update Windows install instructions for MSI
2016-08-01 16:34:19 -07:00
Raghu Shantha [MSFT]
d884ef2f98
Update linux.md
2016-08-01 16:33:47 -07:00
Raghu Shantha [MSFT]
818bbfda13
Update linux.md
2016-08-01 16:32:16 -07:00
Raghu Shantha [MSFT]
e184d86859
Update windows.md
2016-08-01 16:07:47 -07:00
Jason Shirk
e68d9731dd
Merge pull request #1578 from alexandair/patch-2
...
Updating maintainers\README
2016-08-01 14:34:58 -07:00
Raghu Shantha [MSFT]
902b063583
Update windows.md
2016-08-01 14:03:51 -07:00
Raghu Shantha [MSFT]
6efad14aa6
Update linux.md
2016-08-01 13:55:00 -07:00
Raghu Shantha [MSFT]
c9949159f1
Update linux.md
2016-08-01 13:52:15 -07:00
Raghu Shantha [MSFT]
7ee02189ed
Update linux.md
2016-08-01 13:46:48 -07:00
Jianyun Tao
f5d04c37f7
fixed the broken links and other minor updates due to the recent learning-powershell path changes.
2016-08-01 11:37:15 -07:00
Jianyun Tao
1e7a49600d
fixed the broken links and other minor updates due to the recent learning-powershell path changes.
2016-08-01 11:21:55 -07:00
Jianyun
bc4fe11888
Merge pull request #1551 from PowerShell/AngelCalvo-patch-3
...
Update learning-powershell.md
2016-08-01 09:53:46 -07:00