bulletty 0.1.3

a pretty terminal feed (RSS+ATOM) reader that stores your data locally
Documentation
---
title: Install
summary: Install bulletty
show_datetime: false
---

# Install

## Through _Cargo_

```shell
cargo install bulletty
```
!!! note "Note:"
    [bulletty on crates.io](https://crates.io/crates/bulletty)

## Pre-built binary

You can download the [latest release on GitHub](https://github.com/CrociDB/bulletty/releases).

!!! note "Note:"
    At the moment, there are no releases on the page, only from Cargo

## Building

```shell
git clone https://github.com/CrociDB/bulletty.git
cd bulletty
cargo build --release
```