Skip to content

Commit

Permalink
docs: Don't need subdirectory for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 25, 2024
1 parent f66e68f commit 858327c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pkg/py/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uv pip install brand_yml
### From [GitHub]({{< meta links.github >}})

```bash
uv pip install "git+https://github.com/posit-dev/brand-yml#subdirectory=pkg-py"
uv pip install "git+https://github.com/posit-dev/brand-yml"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion pkg-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ uv pip install brand_yml
### From GitHub

``` bash
uv pip install "git+https://github.com/posit-dev/brand-yml#subdirectory=pkg-py"
uv pip install "git+https://github.com/posit-dev/brand-yml"
```
2 changes: 1 addition & 1 deletion pkg-py/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ uv pip install brand_yml
### From GitHub

```bash
uv pip install "git+https://github.com/posit-dev/brand-yml#subdirectory=pkg-py"
uv pip install "git+https://github.com/posit-dev/brand-yml"
```

0 comments on commit 858327c

Please sign in to comment.