From 6d76f6b913d95367fbe69205b04a3a705e797bc1 Mon Sep 17 00:00:00 2001 From: Mikhail Chikankov Date: Fri, 15 Dec 2023 09:18:03 +0400 Subject: [PATCH] docs: update README.md --- CHANGELOG.md | 4 ---- README.md | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 414d653..fba4903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e88416c..5af0bdd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ goreportcard - + test workflow @@ -31,7 +31,7 @@

Golang (Windows, Linux, MacOS)

-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 @@ -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 ```