Commit graph

145 commits

Author SHA1 Message Date
Sergei Vorobev 39d89ee15f Fix download links for msi (#2523)
#2522
2016-10-24 16:55:12 -07:00
Dongbo Wang 289e6958ef Update docs/scripts to use the alpha.11 release packages (#2498) 2016-10-18 13:09:09 -07:00
Aditya Patwardhan 98710a80f0 Add badge for nightly builds (#2455)
Add the badge for nightly builds with a link to the build page.
2016-10-12 13:34:24 -07:00
Joey Aiello 3873ff1227 Add PowerShell-RFC link to README (#2431)
* Update README.md

* Update README.md

since we're being pedantic :)
2016-10-06 11:26:13 -07:00
Andrew Schwartzmeyer d264501f31 Update documentation names and links for alpha.10 2016-09-15 13:59:46 -07:00
Andrew Schwartzmeyer 832f1a679d Update documentation 2016-09-12 15:01:19 -07:00
Ryan Yates 3fd3fec10a Added info on the community Powershell slack team (#2062)
* Added info on the community Powershell slack team

* Revised update about Slack team to readme.md

* remove unneeded where

* Adds a line break before the gitter badge

* added missing full stops (periods)
2016-08-29 19:30:23 -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
lalyos 25d616df84 Create a PowerShell Docker image. 2016-08-19 21:56:36 +02:00
Jeroen Janssens c851564fa0 Add Oxford comma 2016-08-19 18:14:14 +02:00
Dongbo Wang 441dbd4c19 add information about the powershell sdk package in readme.md (#1896) 2016-08-18 13:34:59 -07:00
Andy Schwartzmeyer 3b6fd89730 Fix typo in readme 2016-08-18 08:55:00 -07:00
Travis Plunk 8c4d848520 Add Gitter chat room badge 2016-08-18 08:44:07 -07:00
Andy Schwartzmeyer 329f98bf80 Fix AppVeyor badge image 2016-08-18 08:26:11 -07:00
Andy Schwartzmeyer f4038d2292 Fix CI badges 2016-08-18 08:24:26 -07:00
Andrew Schwartzmeyer cb603b0334 Remove CI images badges until repaired 2016-08-18 07:49:41 -07:00
Andy Schwartzmeyer 0b36b09d11 Add server SKUs to readme matrix
Requested by Raghu.
2016-08-17 15:41:53 -07:00
Andy Schwartzmeyer 2bc4b33744 Fix OS X package link in readme 2016-08-17 13:57:37 -07:00
Kenneth Hansen 66f44b0517 Updated description of PowerShell (#1848)
* Updated description of PowerShell

* fixed one line per sentence (per protocol)
2016-08-17 10:29:14 -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
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
hiteshraigandhi 81451c79cb Add reference to governance document on to readme 2016-08-12 13:27:04 -07:00
Andrew Schwartzmeyer e89da27994 Update releases on readme 2016-08-11 17:11:50 -07:00
Sergei Vorobev a559d91b93 Use pronounces consistently in cloning instruction 2016-08-11 08:52:53 +03:00
Andy Schwartzmeyer 42a755bcdc Fix welcome message in readme
First word was misspelled "Welcome" and OS X was missing its space delimiter.
2016-08-09 16:59:05 -07:00
Angel Calvo 031ba8795b Merge pull request #1647 from PowerShell/AngelCalvo-patch-3
Update README.md
2016-08-08 17:28:17 -07:00
hiteshraigandhi 42c8df9c58 Update README.md 2016-08-05 14:10:42 -07:00
Angel Calvo 0189bea2e6 Update README.md 2016-08-04 12:35:02 -07:00
Angel Calvo b38256aab1 Update README.md
Made some changes on package installation table -  I noticed some inconsistencies some places using How to Install, others Installation Instructions.  So I cleaned up, and removed “How to” in favor of “install” and Installation Instuctions.

Update README.md

Update README.md
2016-08-02 15:31:41 -07:00
joeyaiello da6f7abb4b update README with license info 2016-07-29 14:15:46 -07:00
AngelCalvo d29848aece Update README.md 2016-07-28 15:59:53 -07:00
Andrew Schwartzmeyer ba6b9663fb Move build badges
* Remove superfluous link to releases page
* Remove superfluous link to docs/build
* Add column back for install instructions
* Add extra link to the FAQ
2016-07-28 15:09:14 -07:00
Andrew Schwartzmeyer f63da502e1 Make 101.md the tree's README.md 2016-07-28 11:15:42 -07:00
Andrew Schwartzmeyer 886dea5cb5 Rewrite README 2016-07-28 11:15:42 -07:00
Sergei Vorobev ef04ff27c2 Formatting in top-level README.md
- Remove redundant 'Build from Source' column, since the Section name already implies it
- Lists with 1 bullet-point are weird-looking, especially sub-lists
2016-07-26 23:56:46 -07:00
Sergei Vorobev b1e3cc8276 Remove non-used link references 2016-07-24 09:55:44 -07:00
Jianyun Tao 31344808bd Updated the Downloading Source code section to address the feedback from lzybkr. 2016-07-20 17:23:06 -07:00
Jianyun Tao 7b2d101668 added "recursive cloning" back to readme per request #1197 2016-07-20 17:09:41 -07:00
Travis Plunk 955f3f27d3 Clarified how to install OS X. 2016-07-20 11:41:11 -07:00
Travis Plunk ec69fb37ed Clarified the Get PowerShell instructions 2016-07-20 11:36:06 -07:00
Travis Plunk 661c323c28 Simplified over complicated table into single link.
Removed redundant contributing text and replaced with link to contributing doc.
Removed maitaner specific text and replaced with link to contributor specific section for the topic
2016-07-20 11:18:28 -07:00
Travis Plunk fd9cf03261 Addressed @jianyun `s and @vor 's PR comments 2016-07-19 16:36:08 -07:00
Travis Plunk 4c74e05972 Drafted update to contribution guidelines 2016-07-19 16:36:08 -07:00
Aleksandar Nikolić 16bc74e722 Update README.md
Resolving conflicts.
2016-07-19 05:01:43 +02:00
Aleksandar Nikolić 3935848d43 Update PowerShell/README.md
Fixed casing and a couple of typos.
Added newlines following one-sentence-per-line principle.
2016-07-19 02:16:00 +02:00
Yanbing b3f2dbc12c update some wording 2016-07-13 16:44:40 -07:00
Yanbing 9f4dc7081b update some wording 2016-07-13 15:59:08 -07:00
Jianyun 006eb1f734 Merge pull request #1339 from PowerShell/jianyun/docs
Created Learning PowerShell
2016-07-12 18:12:10 -07:00
joeyaiello 0eac00ed0b first pass of contributor docs
Rework of contributor docs to reflect actual flow
for both internal and external developers using
the PowerShell/PowerShell repo for the first time.
Includes updates to issue/PR guidelines, repo 101,
and CONTRIBUTING.md.
2016-07-12 13:39:36 -07:00
Jianyun Tao 062335f47a updated link in readme 2016-07-12 13:27:21 -07:00