Skip to content

Commit 9d175af

Browse files
committed
smol changes
1 parent 14f71c7 commit 9d175af

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@ uv run uvicorn main:app --reload
4444
If you are using Windows:
4545
Open powershell and run the following:
4646
```bash
47-
$powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
47+
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
4848

49-
$env:Path = "C:\Users\noob\.local\bin;$env:Path"
49+
env:Path = "C:\Users\noob\.local\bin;$env:Path"
5050
```
5151

5252
If you are using Linux (Ubuntu):
5353
```bash
54-
$curl -LsSf https://astral.sh/uv/install.sh | sh
54+
curl -LsSf https://astral.sh/uv/install.sh | sh
5555

56-
$source $HOME/.local/bin/env
56+
source $HOME/.local/bin/env
5757

5858
```
5959
Sync the project's dependencies with the environment.
6060

6161
``` bash
62-
$uv sync
62+
uv sync
6363
```
6464
### Frontend Setup
6565

0 commit comments

Comments
 (0)