Merge pull request #1364 from PowerShell/bingbing8-docUpdate

Bingbing8 doc update
This commit is contained in:
Sergei Vorobev 2016-07-14 00:06:23 -07:00 committed by GitHub
commit 7aa5304129
3 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ New to Git?
----
- Make sure you have a [GitHub account](https://github.com/signup/free)
- [Git Basics](../docs/git/basics.md): install and getting started.
- [Commit process](../docs/git/committing.md): step-by-step instructions how to commit your changes
- [GitHub Flow Guide](https://guides.github.com/introduction/flow/): step-by-step instructions of GitHub flow.
Quick Start Check-list

View file

@ -48,8 +48,9 @@ Developing and Contributing
--------------------------
If you are new to Git, we recommend you start by reviewing our
[Git basics document][git-basics] where you will find Git installation
instructions, cheat sheets and links to our favorite Git tutorials. We also
recommend, reviewing an example of a [basic Git commit walkthrough][git-commit].
instructions, cheat sheets and links to our favorite Git tutorials.
Please follow the git workflow for [powershell repository][git-commit].
To begin development, you'll need to setup your development environment for [Linux][build-linux], [Windows Core][build-wc], [Windows Full][build-wf] or
[OS X][build-osx] and are encouraged to review the

View file

@ -60,7 +60,7 @@ Thus the output location of `powershell.exe` will be
While building is easy, running FullCLR version is not as simple as
CoreCLR version.
If you just run ~~`./powershell.exe`~~, you will get a `powershell`
If you just run `./powershell.exe`, you will get a `powershell`
process, but all the interesting DLLs (such as
`System.Management.Automation.dll`) would be loaded from the Global
Assembly Cache (GAC), not your output directory.