From dfaeceafe952b38a0ce181f8873f777d51b0dfdc Mon Sep 17 00:00:00 2001 From: t-takahashi Date: Thu, 4 Jul 2024 08:23:43 +0900 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad72f6e..3471d14 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ docker compose up -d Then access http://localhost:3333/s3. # Usage -## Upload file/directory +## Upload file/directory manually You can upload files using the "New File" button at the top right of the screen. To upload directories, create them in the directory mounted to `/app/upload` using commands like `mkdir`. ![New File button](static/newfile.png) -## Remove file/directory +## Remove file/directory manually The feature to delete files and directories from the web interface is currently under development. For now, you can use commands like `rm` in the directory mounted to `/app/upload` to delete them.