Skip to content

Commit b0810de

Browse files
committed
feat: readme updates
1 parent 756525c commit b0810de

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: dev build test clean tidy generate lint docker-build docker-run run ui preprod kill-dev verify
22

33
# Variables
4-
PROJECT_NAME := cspell
4+
PROJECT_NAME := counterspell
55
TARGET_MAIN := ./cmd/app
66
BINARY_PATH := $(PROJECT_NAME)
77

@@ -51,8 +51,8 @@ build: build-ui
5151
build-macos-arm64: build-ui tidy
5252
@echo "Building $(PROJECT_NAME) for macOS Apple Silicon..."
5353
@mkdir -p release
54-
@GOOS=darwin GOARCH=arm64 go build -ldflags="-s -w" -o release/cspell-macos-arm64 $(TARGET_MAIN)
55-
@echo "macOS Apple Silicon binary built: release/cspell-macos-arm64"
54+
@GOOS=darwin GOARCH=arm64 go build -ldflags="-s -w" -o release/counterspell-macos-arm64 $(TARGET_MAIN)
55+
@echo "macOS Apple Silicon binary built: release/counterspell-macos-arm64"
5656

5757
build-prod: tidy
5858
@echo "Building $(PROJECT_NAME) for production..."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
Counterspell is an AI agent that helps you work on your code. Here's how to get started:
2626

2727
```bash
28-
brew install counterspell-io/tap/cspell
28+
brew install counterspell-io/tap/counterspell
2929
```
30-
cspell
30+
counterspell
3131

3232
### Step 2: Register Your Machine (First Time Only)
3333

0 commit comments

Comments
 (0)