Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Install OpenSpec globally:

```bash
npm install -g @fission-ai/openspec@latest

# or via Homebrew (macOS / Linux)
brew install openspec
```

Then navigate to your project directory and initialize:
Expand Down Expand Up @@ -138,6 +141,9 @@ AI coding assistants are powerful but unpredictable when requirements live only

```bash
npm install -g @fission-ai/openspec@latest

# or via Homebrew
brew upgrade openspec
```

**Refresh agent instructions**
Expand Down
Loading