-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): add note on where to get chordc
- Loading branch information
Showing
1 changed file
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |