Skip to content

Commit

Permalink
docs: 📝 update uv installation command (#1479)
Browse files Browse the repository at this point in the history
<!--- Please provide a general summary of your changes in the title
above -->

<!-- Give an estimate of the time you spent on this PR in terms of work
days.
Did you spend 0.5 days on this PR or rather 2 days?  -->

Time spent on this PR:

## Pull request type

<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->

Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [x] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?

The README currently suggests an outdated installation command for the
uv tool. This command does not work

Resolves #<Issue number>

## What is the new behavior?

The installation command for uv has been updated in the README to
reflect the latest recommended command. The new command uses the URL
`https://astral.sh/uv/install.sh`

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1479)
<!-- Reviewable:end -->
  • Loading branch information
jbcaron authored Oct 9, 2024
1 parent 7a89bf9 commit 79b24db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The project uses [uv](https://github.com/astral-sh/uv) to manage python
dependencies and run commands. To install uv:

```bash
curl -L https://install.astral.sh | bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```

To build the CairoZero files:
Expand Down

0 comments on commit 79b24db

Please sign in to comment.