From 3aa9b8d3d00a5be468f78a7c0cfebfc452ef7be6 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Tue, 22 Mar 2022 01:32:05 -0400 Subject: [PATCH] Add a README (#12) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a4063d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +### publicise-rs + +_Publicise_ is an application which traverses a Nextcloud folder and creates a public share for each file. + +The application was originally devised as a way to share photos with people without Instagram accounts, and as an exploration of Rust.