From 06c8469f2e4a0fce5801cac1afeccab99a38dbb8 Mon Sep 17 00:00:00 2001 From: Kaspersky <50753378+CasP0@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:42:22 -0500 Subject: [PATCH] Update README.md to include clone command Update the `README.md` file to include the command to clone the repository. * Add a section with the command `gh repo clone android/media-samples` to the `README.md` file. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 12d36d5..225b960 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ Android Media Samples Repository This repository contains a set of individual Android Studio projects to help you get started writing/understanding Android Media (audio, video, etc.). + +To clone this repository, use the following command: + +``` +gh repo clone android/media-samples +```