Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 46a4c12

Browse files
Bot Updating Templated Files
1 parent aa45a7d commit 46a4c12

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you are proposing additional packages to be added, ensure that you added the
9696

9797
### Testing your changes
9898

99-
```
99+
```bash
100100
git clone https://github.com/linuxserver/docker-readme-sync.git
101101
cd docker-readme-sync
102102
docker build \
@@ -106,13 +106,14 @@ docker build \
106106
```
107107

108108
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
109-
```
109+
110+
```bash
110111
docker run --rm --privileged multiarch/qemu-user-static:register --reset
111112
```
112113

113114
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
114115

115-
## Update the chagelog
116+
## Update the changelog
116117

117118
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-readme-sync/tree/master/root), add an entry to the changelog
118119

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- DO NOT EDIT THIS FILE MANUALLY -->
2-
<!-- Please read the CONTRIBUTING.md -->
2+
<!-- Please read the https://github.com/linuxserver/docker-readme-sync/blob/master/.github/CONTRIBUTING.md -->
33

44
[linuxserverurl]: https://linuxserver.io
55
[forumurl]: https://forum.linuxserver.io

0 commit comments

Comments
 (0)