Skip to content

Commit db99043

Browse files
Merge pull request #71 from Githubguy132010/Githubguy132010-patch-1
Update README.md
2 parents 9f8aeb7 + 8adad16 commit db99043

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

README.md

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -169,23 +169,6 @@ Dependabot can be used to automate dependency updates for GitHub Actions. Here's
169169

170170
## Troubleshooting Common Issues
171171

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-
189172
### Network Problems
190173

191174
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
232215
233216
---
234217
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.
240-
2. **Clone the repository**:
241-
```bash
242-
git clone https://github.com/Githubguy132010/Arch-Linux-without-the-beeps.git
243-
cd Arch-Linux-without-the-beeps
244-
```
245-
3. **Build the Docker image**:
246-
```bash
247-
docker build -t arch-iso-builder .
248-
```
249-
4. **Run the Docker container to build the ISO**:
250-
```bash
251-
docker run --rm --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ."
252-
```
253-
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

Comments
 (0)