File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ We provide a platform independent justfile with recipes for all the development
1414` enum-properties ` uses [ uv] ( https://docs.astral.sh/uv ) for environment, package and dependency management:
1515
1616``` bash
17- just install_uv
17+ just install-uv
1818```
1919
2020Next, initialize and install the development environment:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ default:
1111# install the uv package manager
1212[linux ]
1313[macos ]
14- install_uv :
14+ install-uv :
1515 curl -LsSf https:// astral.sh/ uv/ install.sh | sh
1616
1717# install the uv package manager
1818[windows ]
19- install_uv :
19+ install-uv :
2020 powershell -ExecutionPolicy ByPass -c " irm https://astral.sh/uv/install.ps1 | iex"
2121
2222# setup the venv and pre-commit hooks
You can’t perform that action at this time.
0 commit comments