From d2adac78eb77562b9d8314d26a6818e3616eab0f Mon Sep 17 00:00:00 2001 From: "Seraphim R. Pardee" Date: Sat, 7 Sep 2024 02:37:35 -0400 Subject: [PATCH] Add goal to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09d6cf0..bd3ca34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bingo A lightweight {paste,file}bin alternative written in Golang. +Overall goal is to create a service that works well as a single-user self-hosted instance, which can trivially upload files/text. + ## Feature List (so far...) - [x] Post/read functionality - [ ] Delete (and edit?) functionality