Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 3, 2024
1 parent e753a8d commit dfaecea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dfaecea

Please sign in to comment.