Skip to content

Commit

Permalink
Merge pull request #1006 from linuxserver/readme-upd
Browse files Browse the repository at this point in the history
Readme-upd
  • Loading branch information
drizuid authored Jan 13, 2025
2 parents 7b711a5 + 0646ca7 commit f40f065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ GitHub Actions will trigger a build off of your repo when you commit. The image

* Fork this repo, checkout the `template` branch.
* Edit the `Dockerfile` for the mod. `Dockerfile.complex` is only an example and included for reference; it should be deleted when done.
* Ensure you set the `maintainer` label to your GitHub username, this allows us to @ you if there are breaking changes that affect or will affect your mod in the future.
* Inspect the `root` folder contents. Edit, add and remove as necessary.
* After all init scripts and services are created, run `find ./ -path "./.git" -prune -o ( -name "run" -o -name "finish" -o -name "check" ) -not -perm -u=x,g=x,o=x -print -exec chmod +x {} +` to fix permissions.
* Edit the readme with pertinent info.
Expand Down

0 comments on commit f40f065

Please sign in to comment.