Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neptship committed Dec 15, 2023
1 parent e09d8ef commit 6d76f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this

- New list templates command

## v1.2.1

- Bug with the display of the radio station has been removed

## v1.2.0

- Add 600+ templates for *.ignore files
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https://goreportcard.com/report/github.com/neptunsk1y/ignore">
<img alt="goreportcard" src="https://goreportcard.com/badge/github.com/neptunsk1y/ignore"
/></a>
<a href="https://github.com/neptunsk1y/radiorecord/actions/workflows/test.yml">
<a href="https://github.com/neptunsk1y/ignore/actions/workflows/test.yml">
<img alt="test workflow" src="https://github.com/neptunsk1y/ignore/actions/workflows/test.yml/badge.svg"
/></a>
<a href="https://github.com/neptunsk1y/ignore/blob/main/LICENSE">
Expand All @@ -31,7 +31,7 @@

<h3>Golang (Windows, Linux, MacOS)</h3>

Install using [Golang Packages](https://pkg.go.dev/github.com/neptunsk1y/goradio)
Install using [Golang Packages](https://pkg.go.dev/github.com/neptunsk1y/ignore)

```shell
go install github.com/neptunsk1y/ignore@latest
Expand All @@ -44,12 +44,12 @@ This script will automatically detect OS & Distro and use the best option availa
Clone the repo
```shell
git clone https://github.com/neptunsk1y/ignore.git
cd goradio
cd ignore
```

GNU Make **(Recommended)**
```shell
make setup # if you want to compile and install goradio to path
make setup # if you want to compile and install ignore cli to path
```

<details>
Expand Down

0 comments on commit 6d76f6b

Please sign in to comment.