From 889e9789c2b211b0310153ecdde45ec3a883db4d Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Mon, 31 Jul 2023 22:11:01 +0200 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f9c6db --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# K8sFileBrowser + +A UI tool for downloading files from a Pod. +The application is also the first Avalonia UI and C# UI app I have written.