From fb86b33669622cb8875f146ab5eaf8fc53512f1e Mon Sep 17 00:00:00 2001 From: Keysat Date: Mon, 11 May 2026 08:46:48 -0500 Subject: [PATCH] Align positioning with 'Bitcoin-native self-hosted software licensing' --- README.md | 2 +- startos/actions/buyLicense.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc68f86..74cbb1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # StartOS activate-license template -A drop-in folder that adds Bitcoin-paid licensing to your existing Start9 +A drop-in folder that adds Bitcoin-native licensing to your existing Start9 (StartOS 0.4.0.x) package. Your buyers get: - **"Buy license"** — pay with Bitcoin/Lightning on your BTCPay, never copy/paste the key. Optional discount/referral code field. diff --git a/startos/actions/buyLicense.ts b/startos/actions/buyLicense.ts index 8fd56e5..d15bcbc 100644 --- a/startos/actions/buyLicense.ts +++ b/startos/actions/buyLicense.ts @@ -48,7 +48,7 @@ export const buyLicense = sdk.Action.withInput( async ({ effects }) => ({ name: 'Buy license', description: - `Start a Bitcoin-paid purchase of a ${PRODUCT_DISPLAY_NAME} license. ` + + `Start a Bitcoin-native purchase of a ${PRODUCT_DISPLAY_NAME} license. ` + `You will get a checkout URL to open in your browser; after you pay, ` + `run "Finish license purchase" to have the key automatically ` + `captured — you never need to copy/paste anything.`,