Skip to content
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

Move Launch Issues from ReadMe to Known Issues #2222

Merged

Conversation

MyDrift-user
Copy link
Contributor

At the time there are two Titles named Issues, to minimize confusion and properly use Known Issues for known Issues i moved that part to the file and referenced it directly under the launch command.

In addition i fixed the link in the command:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1')

to use the link of the latest release instead of the winutil file in the repo folder:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1')

I also moved an Issue that has to do with running the script to that section and titles it "Launch Issues"

If this PR does not get accepted I will make another one only fixing the mentioned link.

@MyDrift-user MyDrift-user changed the title Move Start Issues to Known Issues Move Launch Issues from ReadMe to Known Issues Jun 29, 2024
@ChrisTitusTech
Copy link
Owner

Looks Good

@ChrisTitusTech ChrisTitusTech merged commit b470366 into ChrisTitusTech:main Jun 29, 2024
@MyDrift-user
Copy link
Contributor Author

Thanks, I moved the "Script doesn't run/PowerShell crashes" that caused the merge conflicts to the first section because it also has to do with the launch, it is mentioned two times now in the known issues

@og-mrk og-mrk mentioned this pull request Jul 29, 2024
12 tasks
@ChrisTitusTech ChrisTitusTech added the skip-changelog Skip Change Logs label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skip Change Logs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants