Skip to content

Commit

Permalink
docs: add warning about outdated Go package
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Mar 3, 2024
1 parent 2c3c34c commit 69c62f7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ Click to navigate.

### Installation

#### Manual

- Download the file from the Releases page: [ytgo-{os}-{arch}][release]

- **PS**: Make sure to choose the right binary for your OS and architecture

- Place it on your `$PATH` and make it executable.

#### With Go

> **PS**: the pkg.go.dev registry may have an outdated version. If you encounter bugs or feature disparity, please try the [Manual installation](#Manual) method for the latest updates
- Run the following command:

```sh
Expand All @@ -39,14 +49,6 @@ Click to navigate.
export PATH="$(go env GOPATH):$PATH"
```

#### Manual

- Download the file from the Releases page: [ytgo-{os}-{arch}][release]

- **PS**: Make sure to choose the right binary for your OS and architecture

- Place it on your `$PATH` and make it executable.

### Usage

**PS**: For simplicity, I will refer to the binary as `ytgo`.
Expand Down

0 comments on commit 69c62f7

Please sign in to comment.