uv/docs/guides
Volker Hilsenstein ca62f8855b
Fix documentation (projects guide) regarding adding a git dependency (#7916)
## Summary

This is a trivial, one line documentation change that fixes the
following documentation bug.

The current documentation suggests this for adding a git dependency

```
# Add a git dependency

uv add requests --git https://github.com/psf/requests
```

Executing what is suggested with `uv` version `0.4.18` results in this
error message

```
uv add requests --git https://github.com/psf/requests
error: unexpected argument '--git' found
```

The working approach is to add the git depency like this:

```
uv add git+https://github.com/psf/requests
```

## Test Plan

I manually tested the command suggested currently in the guide against
my change.
2024-10-04 11:42:18 +01:00
..
integration Fix code block title in Gitlab integration docs (#7861) 2024-10-02 05:21:01 -04:00
index.md GitLab Integration documentation (#6857) 2024-10-01 18:34:49 +00:00
install-python.md docs: add missing console highlights (#6900) 2024-08-31 19:04:19 -04:00
projects.md Fix documentation (projects guide) regarding adding a git dependency (#7916) 2024-10-04 11:42:18 +01:00
publish.md Implement trusted publishing (#7548) 2024-09-24 16:07:20 +00:00
scripts.md Add support for uv init --script (#7565) 2024-09-25 22:48:01 +00:00
tools.md docs: made uvx note more explict (#6546) 2024-08-23 17:17:37 -05:00