Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 4, 2024
1 parent 3c59991 commit 4f2293e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ Then access http://localhost:3333/s3.

# Usage
## 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`.
You can upload a file or a directory using the "New File" or "New Dir" button at the top right of the screen.
Alternatively, create them in the directory mounted to `/app/upload` using commands like `touch` or `mkdir`.

![New File button](static/newfile.png)

## Remove file/directory manually
![New File/Dir button](static/new.png)
## Remove file/directory manually (under development)
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.

Expand Down
Binary file added static/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/newfile.png
Binary file not shown.

0 comments on commit 4f2293e

Please sign in to comment.