diff --git a/README.md b/README.md index 9ea1a41..37b7046 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # ReadMe -There is going to be so much information here one day, you won't believe your eyes... +Getting started developing a Universal Extensibility Platform - UXP panel for Adobe Premiere Pro. +##Things you need to begin +* Premiere Pro 25.2.0 BETA (Build 13) or later, available through Creative Cloud Desktop -CCD +* UXP Developer Tool-UDT,Version 2.1.0 (2.1.0.30) which is available for download through CCD +* Adobe third-party sample panel - **3psample-panel** directory available in this repo + +##How to launch the test panel +* Load UDT. On first launch it will be blank. Click the **Add Plugin** button +* Navigate to the location where you downloaded the 3psample-panel +* Select 3psample-panel/HTML/manifest.json, and click **Open** + +![UXP Developer Tool UDT](payloads/UDT_load_panel.png) + +* Marvel at the magnificent UXP sample panel. + +![UXP Sample Panel](payloads/UXP-sample-panel-loaded.png) \ No newline at end of file diff --git a/payloads/UDT_load_panel.png b/payloads/UDT_load_panel.png new file mode 100644 index 0000000..622c747 Binary files /dev/null and b/payloads/UDT_load_panel.png differ diff --git a/payloads/UXP-sample-panel-loaded.png b/payloads/UXP-sample-panel-loaded.png new file mode 100644 index 0000000..9267d3d Binary files /dev/null and b/payloads/UXP-sample-panel-loaded.png differ