Skip to content

Commit 8fa4869

Browse files
Update README.md
1 parent 2c67344 commit 8fa4869

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Modular Community Channel ✨
22

3-
Welcome to the repository for the Modular community channel! This conda-based [Prefix.dev](http://Prefix.dev) channel allows Modular community members to distribute their packages built with MAX and Mojo via Magic 🪄
4-
5-
We’re currently running an Early Access Program, and we’d love for you to join the fun! Whether you want to install packages, contribute your own, or review creations from fellow community members, it’s easy to get started. Simply [join our forum](https://forum.modular.com/t/community-channel-early-access/213) and [opt in](https://forum.modular.com/t/community-channel-early-access/213) – you'll receive a DM shortly with more info.
3+
Welcome to the repository for the Modular community channel! This conda-based [Prefix.dev](http://Prefix.dev) channel allows Modular community members to distribute their packages built with MAX and Mojo via Pixi 🪄
64

75
## Installing a package
86

9-
### Add the Modular community channel to your `mojoproject.toml` file
7+
### Add the Modular community channel to your `pixi.toml` file
108

11-
Before you can install a community package, you’ll need to add the Modular community channel to your `mojoproject.toml` or `pixi.toml` file.
9+
Before you can install a community package, you’ll need to add the Modular community channel to your `pixi.toml` file.
1210

13-
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your `mojoproject.toml` file or `pixi.toml file` in the channels section:
11+
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your `pixi.toml file` in the channels section:
1412

1513
```
16-
# mojoproject.toml or pixi.toml
14+
# pixi.toml
1715
1816
[project]
1917
channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community"]
@@ -25,19 +23,19 @@ version = "0.1.0"
2523
[tasks]
2624
2725
[dependencies]
28-
max = ">=24.5.0,<25"
26+
max = ">=25.4.0"
2927
```
3028

3129
### **Install a package**
3230

3331
To install a package from the Modular community channel, simply enter the following in the command line:
3432
```
35-
magic add <name of the package.
33+
pixi add <name of the package.
3634
```
3735

3836
That’s it! Your package is installed. To double-check that the correct package has been installed, run:
3937
```
40-
magic list
38+
pixi list
4139
```
4240
This command will list all packages installed in your project.
4341

@@ -47,5 +45,3 @@ To submit your package to the Modular community channel, you’ll need to:
4745
1. Fork the Modular community channel GitHub repository
4846
2. Add a folder to the `/recipes` folder. Give it the same name as your package.
4947
3. In the folder for your package, include a rattler-build recipe file named `recipe.yaml` and a file that includes tests for your package.
50-
51-
Before submitting a package, please [join the early access program](https://forum.modular.com/t/getting-started-with-community-packages/219) to get access to the full instructions and guidelines (plus, you'll get swag!).

0 commit comments

Comments
 (0)