Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt an early jump to the feature overview during first steps #5655

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions docs/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,8 @@ $ uv

You should see a help menu listing the available commands.

## Viewing the version

To check the installed version:

```console
$ uv version
```

The following are also valid:

```console
$ uv --version # Same output as `uv version`
$ uv -V # Will not include the build commit and date
$ uv pip --version # Can be used with a subcommand
```
Read on for a brief overview of the help menu and version command, or jump to an [overview of
features](./features.md) to start using uv.

## Help menus

Expand Down Expand Up @@ -57,6 +44,23 @@ $ uv help init
When using the long help menu, uv will attempt to use `less` or `more` to "page" the output so it is
not all displayed at once. To exit the pager, press `q`.


## Viewing the version

To check the installed version:

```console
$ uv version
```

The following are also valid:

```console
$ uv --version # Same output as `uv version`
$ uv -V # Will not include the build commit and date
$ uv pip --version # Can be used with a subcommand
```

## Next steps

Now that you've confirmed uv is installed and know how to get help, check out an [overview of
Expand Down
Loading