Skip to content
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ To install the latest release locally, make sure you have
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:

```bash
pip install git+https://github.com/jupyter-server/jupyter_releaser
pip install git+https://github.com/jupyter-server/jupyter_releaser
```

## Library Usage

```bash
jupyter-releaser --help
jupyter-releaser build-python --help
jupyter-releaser check-npm --help
jupyter-releaser --help
jupyter-releaser build-python --help
jupyter-releaser check-npm --help
```

## Checklist for Adoption
Expand Down
Loading