Skip to content

Commit 390889d

Browse files
committed
Simplify pixi through environments
1 parent aee3b0d commit 390889d

File tree

6 files changed

+1204
-40
lines changed

6 files changed

+1204
-40
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Build directories
2-
build
3-
buildrerunfindpackage
2+
build_*
43

54
# Pixi environment
65
.pixi

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The easiest way to get started is to install [pixi](https://prefix.dev/docs/pixi
1717

1818
The pixi environment described in `pixi.toml` contains all of the dependencies, including the rerun viewer,
1919
allowing you to run the example with a single command, while the rerun C++ SDK is downloaded via `FetchContent`
20-
* `pixi run -e default example`
20+
* `pixi run example`
2121

2222
If you want to also download rerun C++ SDK via pixi, you can run:
23-
* `pixi run -e rerundfindpackage example`
23+
* `pixi run example-findpackage`
2424

2525
## Without `pixi`
2626
If you choose not to use pixi, you will need to install a few things yourself before you get started.

0 commit comments

Comments
 (0)