diff --git a/README.md b/README.md index 3ed1d3b..9ef4a88 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,13 @@ Sometimes claude code is going too shlow, and you must whip him into shape.. -## Install + run (global CLI) +## Install + run ```bash npm install -g badclaude badclaude ``` -## Local dev - -```bash -npm install -npm run dev -``` - ## Controls - Click tray icon: spawn whip. diff --git a/package.json b/package.json index 1c3ca65..bd8bc53 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "main": "main.js", "bin": { - "badclaude": "./bin/badclaude.js" + "badclaude": "bin/badclaude.js" }, "os": [ "darwin", @@ -20,6 +20,14 @@ "overlay", "cli" ], + "repository": { + "type": "git", + "url": "git+https://github.com/GitFrog1111/badclaude.git" + }, + "bugs": { + "url": "https://github.com/GitFrog1111/badclaude/issues" + }, + "homepage": "https://github.com/GitFrog1111/badclaude#readme", "files": [ "main.js", "preload.js",