From aa170d197e57558e9c278862ee041578d2f9e961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 29 Oct 2021 20:01:39 +0200 Subject: [PATCH] docs: add links to Development and Building in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2342682f6ef..8cc7b547b42 100644 --- a/README.md +++ b/README.md @@ -1446,3 +1446,7 @@ To run this image on a RaspberryPi 3 B+, 4, or newer, use any of the image tags > NOTE: you may need to lower the memory allocation, such as `-e MEMORY=750m` > If experiencing issues such as "sleep: cannot read realtime clock: Operation not permitted", ensure `libseccomp` is up to date on your host. In some cases adding `:Z` flag to the `/data` mount may be needed, [but use cautiously](https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label). + +## Contributing + +See [Development](DEVELOPMENT.md) and [Building](BUILDING.md).