PowerShell/README.md
Andrew Schwartzmeyer 886dea5cb5 Rewrite README
2016-07-28 11:15:42 -07:00

4.3 KiB

logo PowerShell

PowerShell is a task automation and configuration management platform. It consists of a cross-platform command-line shell and associated scripting language.

New to PowerShell?

If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.

Get PowerShell

You can download and install a PowerShell package for any of the following platforms. Our packages are hosted on the GitHub releases page.

Platform Releases Build status
Windows .msi (how to install) av-image
Ubuntu 14.04 .deb (how to install) tv-image
CentOS 7 .rpm (how to install) N/A
OS X 10.11 .pkg (how to install) tv-image

Building the Repository

Please refer to the platform-specific build documentation.

Linux Windows OS X
Instructions Instructions Instructions

Downloading the Source Code

The PowerShell repository has a number of other repositories embedded as submodules.

To make things easy, we can just clone recursively:

git clone --recursive https://github.com/PowerShell/PowerShell.git

If you already cloned but forgot to use --recursive, you can update submodules manually:

git submodule update --init

See working with the PowerShell repository for more information.

Developing and Contributing

Please see the Contribution Guide for how to develop and contribute.

If you have any problems, please consult the known issues, developer FAQ, and GitHub issues. If you do not see your problem captured, please file a new issue and follow the provided template.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.