Skip to content
Merged
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
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = ["crates/*", "bin/*"]
default-members = ["bin/basectl"]
exclude = [".github/"]

[workspace.package]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
Install `basectl` directly from the repository using cargo:

```bash
cargo install --git https://github.com/base/infra --package basectl
cargo install --force --git https://github.com/base/infra basectl
```

Or from a specific branch:

```bash
cargo install --git https://github.com/base/infra --branch main --package basectl
cargo install --force --git https://github.com/base/infra --branch <branch> basectl
```