From 6d5238e1fdcf098e4784b3fd907831855ecd0bcf Mon Sep 17 00:00:00 2001 From: Sanghee Park Date: Fri, 7 Jun 2024 06:53:43 +0900 Subject: [PATCH] docs: add image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7e44ef..5fb6af4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ | ![Nightly Build](https://github.com/Alex4386/f0-mtp/actions/workflows/nightly.yml/badge.svg) | ![Release Build](https://github.com/Alex4386/f0-mtp/actions/workflows/release.yml/badge.svg) | ## What is this? +[**TL;DR** (Image)](https://github.com/Alex4386/f0-mtp/assets/27724108/12c5c152-c23a-4853-afe9-9db8d936d5d2) + `f0-mtp` is a application that implements [`MTP (Media Transfer Protocol)` defined by `USB-IF`](https://www.usb.org/document-library/media-transfer-protocol-v11-spec-and-mtp-v11-adopters-agreement) on Flipper Zero. This allows you to access the Flipper Zero's internal and SD card storages from your computer without the need of any additional drivers like [`HID-File-Transfer`](https://github.com/Kavakuo/HID-File-Transfer).