diff --git a/README.md b/README.md index 1b58ea4..dd93d24 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,14 @@ A UI tool for downloading files from a Pod. The application is also the first Avalonia UI and C# UI app I have written. +## Usage + +Just start the executable and select the cluster, namespace and pod you want to download files from. +Then select the files you want to download and click the download button. + +The available clusters are read from the `~/.kube/config` file. + +## Limitations +It only works on linux containers and the container must support `find` and `tar`. + ![screenshot of K8sFileBrowser](https://github.com/frosch95/K8sFileBrowser/blob/master/screenshot.png?raw=true) \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index dd94d52..a1fc17a 100644 Binary files a/screenshot.png and b/screenshot.png differ