From 2655f974c6e7c208a5cfb4ff2affa083bd0007e9 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 24 May 2021 08:57:54 +0800 Subject: [PATCH] Add build instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ea2b8c8..8d10a57 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ A dropbox backed by any S3 bucket - Remembers previously created dropboxes and uploaded files - Single fat binary +## Building + +You'll need: +- Node.js +- Go +- `make` + +``` +make TAGS=production +``` + +Alternatively, `docker build .` this project. + ## Deploying To deploy as a single binary, build it from source and run: