From d4e7efbfe81dd3b88080cd0b82fbf591b98b427c Mon Sep 17 00:00:00 2001 From: Wibias <37517432+Wibias@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:00:00 +0200 Subject: [PATCH] docs: clarify quick-start download and working directory --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b163853..4f406c1 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,21 @@ A status question stays read-only. A merge happens only from an actual merge ins - GitHub network access - an authenticated GitHub CLI (`gh auth login`) **or** a host-provided brokered GitHub connector +### Download the repository + +The quickest path is to clone the repository and enter its root directory: + +```bash +git clone https://github.com/Wibias/github-delivery.git +cd github-delivery +``` + +If you prefer not to use Git, download the source archive from the [latest GitHub release](https://github.com/Wibias/github-delivery/releases/latest), extract it, and open a terminal in the extracted repository root. + ### Build and install +Run these commands **from the repository root**, the directory containing `package.json` and `scripts/`: + ```bash npm run build:dist node scripts/install-skill.mjs