You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure whether updating the documentation is a feature request, a bug fix, a mix of both, or something else, so apologies in advance if the category of this issue is incorrect.
I have reviewed the README.md file and made some changes such as:
General changes to style to make the text more formal and concise.
Fixed any typos I have encountered.
Refactored the code blocks.
Changed the links in the Inspiration section to those projects' homepages (as defined in their git repositories).
Replaced the reference to the Scoop Directory service. It now points to ScoopSearch because the Scoop Directory page states it is deprecated.
Refactored the HTML blocks and attempted to replace the deprecated 'align' attribute. However, it seems GitHub does not work well when centering HTML elements using the 'style' attribute instead.
After your review, it can be decided whether or not to create the corresponding pull request.
Note:
In the PowerShell code block to install Scoop, I am not sure if the two comment lines should reside there or outside, would appreciate your feedback. Copy-pasting does not seem to be an issue, as the comments are ignored by the PowerShell terminal.
The text was updated successfully, but these errors were encountered:
I have also added explicitly the HTTPS protocol in the "Invoke-RestMethod" cmdlet for security reasons. Otherwise, it uses HTTP implicitly to download the Scoop installation script.
Feature Request
I am not sure whether updating the documentation is a feature request, a bug fix, a mix of both, or something else, so apologies in advance if the category of this issue is incorrect.
I have reviewed the README.md file and made some changes such as:
Inspiration
section to those projects' homepages (as defined in their git repositories).Those changes are available on my fork here:
master...walpox:Scoop:documentation
After your review, it can be decided whether or not to create the corresponding pull request.
Note:
In the PowerShell code block to install Scoop, I am not sure if the two comment lines should reside there or outside, would appreciate your feedback. Copy-pasting does not seem to be an issue, as the comments are ignored by the PowerShell terminal.
The text was updated successfully, but these errors were encountered: