mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Update README with installation and shipping details
This commit is contained in:
parent
126ec8ba0e
commit
ef12fac745
1 changed files with 6 additions and 33 deletions
39
README.md
39
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue