From 7a24cc4e2402cdf5bcb7a518cdb3fe9af86fc270 Mon Sep 17 00:00:00 2001 From: Ethan Pippin Date: Wed, 21 Sep 2022 23:13:23 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fa18ef..9639bfb 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ struct ContentView: View { ## Example -An example project for iOS and tvOS is provided to show basic functionality of VLCUI. In order to start the example project, you must download and link the frameworks. +An example project is provided to show basic functionality of VLCUI. Download the frameworks with the provided **Cartfile**: -An example **Cartfile** is provided. Run the following command to download the frameworks: -``` +```shell carthage update --use-xcframeworks ``` \ No newline at end of file