Skip to content

Commit

Permalink
Docs: Add link to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Dec 4, 2023
1 parent 5918275 commit 9945747
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
@@ -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)

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

0 comments on commit 9945747

Please sign in to comment.