Skip to content

Commit 02f89b4

Browse files
authored
docs: update README (#453)
1 parent f45d088 commit 02f89b4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This repository contains backend implementations designed to facilitate the building of pixi projects directly from their source code. These backends aim to enhance the functionality of Pixi, a cross-platform, multi-language package manager and workflow tool built on the foundation of the conda ecosystem.
66

77
## Available Build Backends
8-
The idea is that a backend should be able to build a certain type of so
8+
The idea is that each backend should be able to deal with one kind of build system.
99
The repository provides the following build backends:
1010

1111
1. **pixi-build-python**: A backend tailored for building Python-based projects.
@@ -22,10 +22,6 @@ These backends are located in the `crates/*` directory of the repository.
2222

2323
## Getting Started
2424

25-
**Note**: This project is currently a work in progress. Functionality and documentation are under active development.
26-
All of these backends are directly uploaded to the [Pixi Build Backends](https://prefix.dev/channels/pixi-build-backends).
27-
So will be utilized in pixi directly. We want to move these to conda-forge eventually.
28-
2925
For example, this `build-section` will use the python backend to build a python project:
3026

3127
```toml
@@ -45,7 +41,7 @@ channels = ["https://prefix.dev/conda-forge"]
4541

4642
### Developing on Backends
4743

48-
Even though binary versions are available on the prefix channels, its also quite easy to get started on developing a new backend or work on an existing one.
44+
Even though binary versions are available on the prefix channels and conda-forge, its also quite easy to get started on developing a new backend or work on an existing one.
4945
To start development make sure you have installed [pixi](https://pixi.sh). After which, a number of command should be available:
5046

5147
```bash

0 commit comments

Comments
 (0)