From cc8d18d41f5d0a1e0e29f7853b27283d1ac5c1d8 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 23:39:23 +0200 Subject: [PATCH] docs: add links to Development and Building in README (#1096) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2feaab8..5ca3ed57 100644 --- a/README.md +++ b/README.md @@ -1449,3 +1449,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).