This commit is contained in:
Hugo 2025-07-05 18:12:40 +01:00
parent a19b584e92
commit 6f9bed791a

View file

@ -57,18 +57,6 @@ If you're unsure, ask in the wiki channels on [Discord](https://rentry.co/fmhy-i
Instructions on various ways to edit the wiki and preview changes.
### GitHub Codespaces
To use [GitHub Codespaces](https://github.com/features/codespaces), follow these steps:
1. Fork the repository by clicking the "Fork" button in the top right corner.
2. Now, click on the "Code" button on the top right corner of the page and select "Codespaces" from the dropdown menu.
3. Make your changes.
4. To close the workspace, click the "Code" button in the top right corner, then click "Stop Codespace" and hit enter.
### GitHub Editor
You can use the build-in web editor in two ways:
@ -87,6 +75,18 @@ You can use the build-in web editor in two ways:
3. You should now see a comparison page showing all your edits. Click "Create pull request", fill in the box describing your changes and provide details if needed, then hit submit.
### GitHub Codespaces
To use [GitHub Codespaces](https://github.com/features/codespaces), follow these steps:
1. Fork the repository by clicking the "Fork" button in the top right corner.
2. Now, click on the "Code" button on the top right corner of the page and select "Codespaces" from the dropdown menu.
3. Make your changes.
4. To close the workspace, click the "Code" button in the top right corner, then click "Stop Codespace" and hit enter.
### Local Instance
> [!INFO] NOTE