From 6f21a204fdd64ff4d3dfcd2a6b9a47fa911f025a Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:59:19 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e2b9553..7a6ab0f9 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,6 @@ The app is available in the google and apple stores. You can also test out the p To use databag, you will need a DNS name pointing to your node with a certificate. You can deploy a node manually, but you will have a much easier time using a container service. Containers for arm64 and amd64 are available [here](https://hub.docker.com/r/balzack/databag/tags). -Instruction for installing without a container on a Raspberry Pi Zero are [here](/doc/pizero.md). - -Instruction for installing without a container in AWS are [here](/doc/aws.md). - ### Example with Portainer and Nginx Proxy Manager From Portainer: @@ -73,3 +69,9 @@ From Your Browser: - Click 'Save' - Click the user icon to generate a new account link - Follow the link to create an account + +### Other installation options + +Instruction for installing without a container on a Raspberry Pi Zero are [here](/doc/pizero.md). + +Instruction for installing without a container in AWS are [here](/doc/aws.md).