update readme - install docs now in docs repo#6326
update readme - install docs now in docs repo#6326sdwheeler wants to merge 3 commits intoPowerShell:masterfrom
Conversation
SteveL-MSFT
left a comment
There was a problem hiding this comment.
some of the links (like Ubuntu) currently return 404, when will the install docs be updated and published so the links work correctly?
|
@SteveL-MSFT I had a typo in the links. Fixed that. Should be good now. |
README.md
Outdated
| [in-fedora26]: https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powershell-core-on-macos-and-linux#fedora-26 | ||
| [in-archlinux]: https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powershell-core-on-macos-and-linux#arch-linux | ||
| [in-appimage]: https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powershell-core-on-macos-and-linux#linux-appimage | ||
| [in-macos]: https://github.com/PowerShell/PowerShell/tree/master/docs/installation/macos.md |
|
@TravisEz13 Sorry about that. Fixed in latest commit. |
|
I filed MicrosoftDocs/PowerShell-Docs#2166 . We should have this implemented soon after we make the switch. |
|
Need to verify that these changes have been made to the docs:
|
There was a problem hiding this comment.
I quickly (there may be other differences if looking closely) compared the setup docs at powershell-docs with the ones here, and it seems they are not in sync:
- The docs about Linux and Mac has been split into different markdown files since Jan 9, but in powershell-docs they are still in the same file.
- The powershell core version used in those files in this repository is
6.0.1, but in powershell-docs, it's6.0.0. - The content about macOS is not in sync with the mac doc in this repo.
I think we need to make sure the docs in PowerShell-Docs are in sync with the ones in this repository before removing those from this repo.
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. |
|
This PR has be automatically close because it is stale. If you wish to continue working on the PR, please first update the PR, then reopen it. |
The Install docs for version 6 have been move to the Docs repo. Removed the installation folder from this repo and updated README.md to point to new published location.