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
Copy file name to clipboardExpand all lines: README.md
-51Lines changed: 0 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,23 +169,6 @@ Dependabot can be used to automate dependency updates for GitHub Actions. Here's
169
169
170
170
## Troubleshooting Common Issues
171
171
172
-
### Docker Permission Errors
173
-
174
-
If you encounter permission errors when running Docker commands, try the following solutions:
175
-
176
-
1. **Add Your User to the Docker Group**:
177
-
178
-
```bash
179
-
sudo usermod -aG docker $USER
180
-
newgrp docker
181
-
```
182
-
183
-
2. **Run Docker Commands with `sudo`**:
184
-
185
-
```bash
186
-
sudo docker run ...
187
-
```
188
-
189
172
### Network Problems
190
173
191
174
If you experience network issues during the build process, consider the following tips:
@@ -232,37 +215,3 @@ This project is licensed under my custom license - see the [LICENSE](LICENSE) fi
232
215
233
216
---
234
217
235
-
## Setting Up the Development Environment
236
-
237
-
To set up the development environment for this project, follow these steps:
238
-
239
-
1. **Ensure you have Docker installed on your system**. Refer to the instructions in the `README.md` for Docker installation on different operating systems.
5. **Retrieve the ISO from the `out/` directory in your local folder**.
254
-
255
-
For more detailed instructions, refer to the `README.md` file. If you encounter any issues, check the troubleshooting section in the same file.
256
-
257
-
---
258
-
259
-
## Additional Resources for New Contributors
260
-
261
-
To help new contributors get started with the project, the following additional resources are available:
262
-
263
-
- **Detailed setup instructions**: Ensure the `README.md` file includes comprehensive steps for setting up the development environment, including Docker installation and common troubleshooting tips.
264
-
- **Contribution guidelines**: Expand the `CONTRIBUTING.md` file to include more specific details on testing, documentation updates, and coding standards.
265
-
- **Code of conduct**: Add a `CODE_OF_CONDUCT.md` file to outline the expected behavior and guidelines for contributors.
266
-
- **Issue and pull request templates**: Ensure the `.github/ISSUE_TEMPLATE/` directory contains templates for bug reports and feature requests to standardize submissions.
267
-
- **Security policy**: Include a `SECURITY.md` file to provide guidelines on reporting vulnerabilities and the project's security measures.
268
-
- **Additional resources**: Provide links to relevant documentation, tutorials, and other resources that can help contributors learn more about the project and its dependencies.
0 commit comments