docs: update windows powershell commands #4533
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestion
2C8D
s cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updated the windows powershell commands, in powershell a new line is done via backticks(`). The current guide uses commas(,) for new line instead.
The README.md has the correct commands but the README-CN.md has the incorrect command.
Current
Updated with backticks.
This aligns with the current proper installation instructions given in the README.md.
Related PRs and Issues
This has been discussed in #315
The same issue in the official docs which is updated in a PR at appwrite/docs/#291.
Have you added your change to the Changelog?
This doesn't change the codebase, so I don't think its needed to be added to changelog.
Have you read the Contributing Guidelines on issues?
Yes