From e1959a8bdd76e18d3336a9fa35308710c0984f32 Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Tue, 5 May 2026 07:55:47 -0700 Subject: [PATCH] chore: add explicit clone command to README - Replace submodule link with inline gh repo clone command - Add note to install dependencies after cloning --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a535ae5..fc80680 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ Displays the latest entries from any RSS feed on your Screenly digital signage s ## Getting Started -This repository uses a git submodule for Claude AI configuration. See the -[edge-apps-claude-config README](https://github.com/Screenly/edge-apps-claude-config#usage) -for cloning instructions. +This repository uses a git submodule for Claude AI configuration. Clone it with: + +```bash +gh repo clone Screenly/rss-reader-app -- --recurse-submodules +``` + +Then install dependencies: ```bash bun install