diff --git a/README.md b/README.md
index c9ca72c..7a33a8e 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ STU is the TUI application for AWS S3 written in Rust using [ratatui](https://gi
$ cargo install stu
```
-### Homebrew
+### Homebrew (macOS)
```
$ brew install lusingander/tap/stu
@@ -54,22 +54,32 @@ The values that can be set are as follows:
- `download_dir`: _string_ - Directory to save when downloading objects (_default_: `$STU_ROOT_DIR/download`)
-## Screenshots
+## Features / Screenshots
### Bucket list
+- Show list of buckets
+
### Object list
+- Show list of objects in a hierarchy
+
### Object detail
+- Show object details
+- Download object
+- Preview object (text file only)
+- Copy resource name to clipboard
+
+