mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Merge 0822770e33
into f609e1ddaf
This commit is contained in:
commit
5477ed3795
1 changed files with 7 additions and 0 deletions
|
@ -165,6 +165,13 @@ After making changes to the documentation, format the markdown files with:
|
|||
npx prettier --prose-wrap always --write "**/*.md"
|
||||
```
|
||||
|
||||
Note that the command above requires Node.js and npm to be installed on your system. As an
|
||||
alternative, you can run this command using Docker:
|
||||
|
||||
```console
|
||||
$ docker run --rm -v .:/src/ -w /src/ node:alpine npx prettier --prose-wrap always --write "**/*.md"
|
||||
```
|
||||
|
||||
## Releases
|
||||
|
||||
Releases can only be performed by Astral team members.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue