Skip to content

Commit

Permalink
Merge pull request #63 from blooop/feature/uv_install_docs
Browse files Browse the repository at this point in the history
docs: update readme for uv install method
  • Loading branch information
blooop authored Feb 5, 2025
2 parents 06dd088 + 108207c commit 691520b
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 178 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@

## Installation

### Recommended Method:

Install [uv](https://docs.astral.sh/uv/getting-started/installation/) and then install it as a globally available tool on your system

```
uv tool install rockervsc
uv tool install rockerc #it can be useful to use rockerc without attaching to vscode as well
```

### Deprecated Method:

Globally install via pip, but this is not really recommended

```
pip install rockervsc
```
Expand Down
Loading

0 comments on commit 691520b

Please sign in to comment.