From f597436801ce7a413c2996c9c88c0f8005c28dd9 Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Thu, 4 Jul 2024 17:41:34 +0200 Subject: [PATCH] doc: Add reference to the youtube video (#6551) * Add reference to the youtube video * Update README.md --- README.md | 1 + clwb/src/META-INF/description.html | 2 ++ ijwb/src/META-INF/description.html | 2 ++ 3 files changed, 5 insertions(+) diff --git a/README.md b/README.md index c8d763b902f..0053bd671be 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Beta versions are usually uploaded to the Beta channel 2 weeks before they becom - Android Studio -> `https://plugins.jetbrains.com/plugins/beta/9185` ## Usage +We recommend watching [this video](https://www.youtube.com/watch?v=GV_KwWK3Qy8) to familiarize yourself with the plugin's features. To import an existing Bazel project, choose `Import Bazel Project`, and follow the instructions in the project import wizard. diff --git a/clwb/src/META-INF/description.html b/clwb/src/META-INF/description.html index 0d77d974f83..3e2fc90c271 100644 --- a/clwb/src/META-INF/description.html +++ b/clwb/src/META-INF/description.html @@ -7,4 +7,6 @@
  • Support for Bazel run configurations for certain rule classes.
  • +Watch this video to familiarize yourself with the plugin's features. + Usage instructions at ij.bazel.build diff --git a/ijwb/src/META-INF/description.html b/ijwb/src/META-INF/description.html index 19a48a14322..1694774135f 100644 --- a/ijwb/src/META-INF/description.html +++ b/ijwb/src/META-INF/description.html @@ -7,4 +7,6 @@
  • Support for Bazel run configurations for certain rule classes.
  • +Watch this video to familiarize yourself with the plugin's features. + Usage instructions at ij.bazel.build