Skip to content

Commit

Permalink
Merge pull request #1832 from dearchap/v3_docs_fix1
Browse files Browse the repository at this point in the history
Docs: Add link to v3
  • Loading branch information
dearchap authored Dec 4, 2023
2 parents 5918275 + 9945747 commit 962dae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ urfave/cli is a **declarative**, simple, fast, and fun package for building comm

These are the guides for each major version:

- [`v3`](./v3/getting-started.md)
- [`v2`](./v2/getting-started.md)
- [`v1`](./v1/getting-started.md)

Expand Down Expand Up @@ -66,7 +67,8 @@ The latest pre-release in progress on the [`main`
branch](https://github.com/urfave/cli/tree/main) is the `v3` series which should
be considered **alpha-level** with an unstable API. Occasional **alpha** tags
are pushed to allow for limited stability without pinning to an arbitrary
commit:
commit. Please see the [`v3` migration
guide](./migrate-v2-to-v3.md) on using v3 if you are upgrading from v2

```sh
go get github.com/urfave/cli/v3@latest
Expand Down

0 comments on commit 962dae8

Please sign in to comment.