File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 "project" : {
33 "name" : " Hookbin" ,
44 "description" : " Single-binary webhook inbox — zero dependencies, TigerBeetle philosophy" ,
5- "domain" : " hookbin .dev" ,
5+ "domain" : " hook-bin .dev" ,
66 "language" : " Rust (stable)"
77 },
88 "absolute_requirements" : {
Original file line number Diff line number Diff line change 11{
2- "project" : " hookbin .dev" ,
2+ "project" : " hook-bin .dev" ,
33 "prefix" : " HB" ,
44 "description" : " Single-binary webhook inbox — zero dependencies, TigerBeetle philosophy" ,
55 "total_issues" : 23 ,
Original file line number Diff line number Diff line change @@ -272,10 +272,10 @@ impl IntoResponse for AppError {
272272
273273``` bash
274274# Install (one-liner)
275- curl -fsSL https://hookbin .dev/install | sh
275+ curl -fsSL https://hook-bin .dev/install | sh
276276
277277# Or just download the binary
278- wget https://hookbin .dev/releases/hookbin-linux-amd64
278+ wget https://hook-bin .dev/releases/hookbin-linux-amd64
279279chmod +x hookbin-linux-amd64
280280./hookbin-linux-amd64 serve
281281
@@ -289,7 +289,7 @@ chmod +x hookbin-linux-amd64
289289## File Structure
290290
291291``` text
292- hookbin .dev/
292+ hook-bin .dev/
293293├── CLAUDE.md # This file — read it
294294├── .claude/ # AI config
295295│ ├── settings.json
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Everything is bounded. Nothing grows without limit.
125125``` bash
126126# Prerequisites: Rust stable toolchain
127127git clone https://github.com/copyleftdev/hookbin.dev.git
128- cd hookbin .dev
128+ cd hook-bin .dev
129129
130130# Development
131131cargo build # Debug build
You can’t perform that action at this time.
0 commit comments