Skip to content

Commit

Permalink
docs: fix cli basic usage example (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley authored Nov 7, 2024
1 parent 8773a9e commit 37e29e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Basic Usage:
$ pixi add python numpy pytest
Run a task:
$ pixi add task test 'pytest -s'
$ pixi task add test 'pytest -s'
$ pixi run test
Found a Bug or Have a Feature Request?
Expand Down

0 comments on commit 37e29e4

Please sign in to comment.