Update README with installation and shipping details

This commit is contained in:
Neil 2026-04-02 21:12:33 -07:00 committed by GitHub
parent 126ec8ba0e
commit ef12fac745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,11 +17,8 @@ Learn more at <a align="center" href="https://onOrca.dev">onOrca.dev</a>
---
### Shipping daily
Missing something? It's probably landing tomorrow. **[Request a feature](https://github.com/stablyai/orca/issues)** · **Star** to follow along.
---
## Install
Download from https://onOrca.dev or via the [GH release page](https://github.com/stablyai/orca/releases)
## Features
* Manage multiple worktrees
@ -31,34 +28,10 @@ Missing something? It's probably landing tomorrow. **[Request a feature](https:/
* GitHub integrations for GH PRs (automatic), ability to link GH issues (via `gh` cli), and a GH checks viewer
* File editor, search, source control tab (see worktree changes, make edits, easily commit)
## Install
Grab a release from https://onOrca.dev or download from the GH release page
## Shipping daily
Missing something? It's probably landing tomorrow. **[Request a feature](https://github.com/stablyai/orca/issues)** · **Star** to follow along.
## Developing
See [CONTRIBUTING.md](CONTRIBUTING.md) for branch naming, PR expectations, and required checks.
### Install
```bash
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```
See [CONTRIBUTING.md](CONTRIBUTING.md)