Skip to content

Commit

Permalink
feat: uppdate Homebrew and Scoop configuration for cleed
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut committed Aug 16, 2024
1 parent 4291aa2 commit d8cf948
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 63 deletions.
16 changes: 4 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,15 @@ brews:
description: A simple feed reader for the command line
repository:
owner: radulucut
name: cleed
commit_author:
name: radulucut
email: [email protected]
name: homebrew-cleed

winget:
scoops:
- name: cleed
publisher: Radu Lucuț
short_description: A simple feed reader for the command line
homepage: https://github.com/radulucut/cleed
license: MIT
description: A simple feed reader for the command line
repository:
owner: radulucut
name: cleed
commit_author:
name: radulucut
email: [email protected]
name: scoop-cleed

changelog:
sort: asc
Expand Down
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ Simple feed reader for the command line.

![Screenshot](./screenshot.png)

## Installation

#### MacOS - Homebrew

```bash
brew tap radulucut/cleed
brew install cleed
```

#### Windows - Scoop

```bash
scoop bucket add cleed
scoop install cleed
```

#### From source

```bash
go run main.go
```

#### Binary

Download the latest binary from the [releases](https://github.com/radulucut/cleed/releases) page.

## Usage

#### Follow a feed
Expand Down
51 changes: 0 additions & 51 deletions cleed.rb

This file was deleted.

0 comments on commit d8cf948

Please sign in to comment.