Skip to content

Commit d051be2

Browse files
authored
fix: Quick Demo example shell quoting (#4285)
1 parent 3da0e67 commit d051be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Project setup is a breeze with Pixi.
5858
pixi init hello-world
5959
cd hello-world
6060
pixi add python
61-
pixi run python -c "print('Hello World!')"
61+
pixi run python -c 'print("Hello World!")'
6262
```
6363

6464
![Pixi Demo](assets/vhs-tapes/pixi_project_demo_light.gif#only-light)

0 commit comments

Comments
 (0)