Commit graph

158 commits

Author SHA1 Message Date
Dongbo Wang
3a960db5b0 Update docs for alpha.17 release (#3298) 2017-03-10 11:32:19 -08:00
Steve Lee
45be249be8 Update README.md to add the section of Community Dashboard (#3256) 2017-03-06 17:28:42 -08:00
Kyle Sferrazza
ca874e966b Add Arch Linux installation information (#3215) 2017-03-01 17:38:24 -08:00
probonopd
0c1b11724e Add AppImage documentation 2017-02-17 11:09:36 -08:00
Dongbo Wang
d60dc730a4 doc updates for release alpha.16 (#3160)
* doc changes for alpha.16 release

* update spelling ignore file for new release
2017-02-16 09:09:45 -08:00
James Truher [MSFT]
250efcd39f Create a badge for the daily test runs in travis-ci (#3076)
* changes which enable setting a badge for the daily test runs in travis

It updates an azure blob with an SVG and that location is referenced by the
README.md file. TravisCI doesn't support this directly so in order to report
on the status of a daily test run there, we need to do this.
Provide error reporting in case the badge can't be set

* change new-object calls to use constructor

Remove extraneous date setting
update string creation to use stringbuilder rather than string addition
2017-02-01 15:53:30 -08:00
Michael Elufimov
b95bc3786b Fix link to macos pkg file in Readme (#3053) 2017-01-25 22:34:35 -08:00
Jason Shirk (POWERSHELL)
4f02f48c69 Update links and docs for alpha.15 2017-01-18 15:09:50 -08:00
Aditya Patwardhan
a09a8cc2dd Update README.md with Code coverage badge
Add the code coverage badge to the nightly build table. The code coverage data is collected on an Azure instance and pushed to Coveralls.io
2016-12-21 10:42:23 -08:00
Jason Shirk (POWERSHELL)
1e1903cca7 Correct links for alpha 13->14 2016-12-15 12:25:46 -08:00
Jason Shirk (POWERSHELL)
dd584a817a Update alpha.13 to alpha.14 2016-12-14 15:04:15 -08:00
Dongbo Wang
581050ec43 Update docs with release alpha.13 (#2765)
* Update docs with release alpha.13
* Additional doc updates
* Update the 'Get PowerShell' table
2016-11-22 17:50:45 -08:00
Mike Richmond
ea6cacafd7 Change log and 6.0.0-alpha.12 version number updates (#2593) 2016-11-03 14:23:05 -07:00
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