-
Notifications
You must be signed in to change notification settings - Fork 8.1k
update readme - install docs now in docs repo #6326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SteveL-MSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mac link wasn't updated
TravisEz13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix mac link
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.