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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ reference documentation when the Deno documentation site is next updated.
In order to preview changes to the API reference, take the following steps:

1. Make changes to the JSDoc comments in the Deno source code
1. [Build the Deno CLI locally](https://docs.deno.com/runtime/contributing/building_from_source/),
1. [Build the Deno CLI locally](https://github.com/denoland/deno/blob/main/.github/CONTRIBUTING.md#building-from-source),
including your JSDoc changes
1. For convenience, create an alias of `d_deno` to point to your local build of
the Deno CLI (typically in the `target/debug/deno` directory of your CLI
Expand Down
Loading
Loading