Skip to content

Commit

Permalink
fix(docs): add note on where to get chordc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Sep 27, 2024
1 parent 9c9d92c commit accb3e9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/src/content/docs/chords/chordc.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
Here's the updated content with a caution note added at the top:

---
title: chordc
---

`chordc` is a standalone command line tool for building, testing, packaging, publishing, and installing extensions.
:::caution
`chordc` is only installed when you install Bebop via the install script. It is not distributed as part of bebop-tools packages on various registries.
:::

`chordc` is a standalone command line tool for building, testing, packaging, publishing, and installing extensions.
Until the extension ABI is stable, `chordc` will remain seperate from `bebopc`.

```
Usage: chordc [command] [options]
Commands:
build Build the chord extension
pack Package the chord extension
test Test the chord extension
install Install the chord extension
help Display help
build Build the chord extension
pack Package the chord extension
test Test the chord extension
install Install the chord extension
help Display help
```

0 comments on commit accb3e9

Please sign in to comment.