From d17e732c8d286707fdcbd546ad43126e37b6af9e Mon Sep 17 00:00:00 2001 From: redshift <213178690+1ftredsh@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:28:47 +0530 Subject: [PATCH] docs: reorganize install into 3 steps --- README.md | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 8aaa2c1..0f484e2 100644 --- a/README.md +++ b/README.md @@ -23,46 +23,36 @@ curl -fsSL https://bun.com/install | bash ## Installation -### Install (global with bun) +### Step 1: Install +**Option 1 - Global with bun:** ```sh bun i -g routstrd -routstrd onboard ``` -### From Source - +**Option 2 - From source:** ```sh git clone https://github.com/routstr/routstrd.git cd routstrd bun install bun link -routstrd onboard ``` -## Usage - -### Initialize - -Initialize routstrd (creates config directory and sets up cocod): +### Step 2: Setup & Fund ```sh routstrd onboard -``` - -This will: -- Create `~/.routstrd/` directory -- Create config file at `~/.routstrd/config.json` -- Run `cocod init` to set up the wallet - - -Then fund with Cashu/Lightning: -```sh routstrd receive # receive a Cashu token routstrd receive 2100 # to top up 2100 sats with lightning ``` -### That's it! You can start using it on http://localhost:8008 +### Step 3: Integrate with Claude Code + +```sh +routstrd clients add --claude-code +``` + +## Usage ## More Commands ###Start Daemon