You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,25 @@ cargo r -- ./scripts/hello_world.sh
40
40
cargo r -- ./scripts/hello_world.sh --interact
41
41
```
42
42
43
+
## How to build and run using pixi
44
+
45
+
These commands will install Rust, Cargo and build and run the project.
46
+
47
+
```bash
48
+
pixi r build
49
+
pixi r run
50
+
```
51
+
52
+
## How to build a pixi package
53
+
54
+
This creates a conda package for `shell` and installs it globally
55
+
56
+
```bash
57
+
cd crates/shell
58
+
pixi build
59
+
pixi global install --path ./shell-0.3.0-hbf21a9e_0.conda
60
+
```
61
+
43
62
## License
44
63
45
64
The project is licensed under the MIT License. It is an extension of the existing `deno_task_shell` project (also licensed under the MIT License, by the authors of `deno`).
0 commit comments