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
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,16 @@ In the mean time, things *should* still work just fine for most "classic" setups
### Pre-compiled binary

A pre-compiled binary for the `x86_64 (amd64)` architecture is distributed as a [release asset](https://github.com/Antiz96/oniri/releases/latest) (`oniri-<version>-amd64`).
You can download it, make it executable, rename it `oniri` and copy it somewhere in your `$PATH`.

### Build from source

Requires `rustup` and `gcc`.

```bash
git clone https://github.com/Antiz96/oniri.git
cd oniri
cargo build --release
```

The built binary will be located at `./target/release/oniri`.
You can copy it somewhere in your `$PATH`.

The man page can be generated with `scdoc`:

Expand Down
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

- `git-cliff`
- `github-cli`
- `gcc`
- `rustup`
- `cargo`

## Disable the main branch protection rule temporarily

Expand Down