From 2e8ca9bc14c34899f02885d4cd14baaa815bf076 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:31:23 +0100 Subject: [PATCH] docs: pixi build follow up (#2710) --- docs/build/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/getting_started.md b/docs/build/getting_started.md index 3a69bfc8d..063377ab8 100644 --- a/docs/build/getting_started.md +++ b/docs/build/getting_started.md @@ -47,5 +47,5 @@ This is what the `pixi.toml` file looks like for a simple Python package: ## CLI Commands Using the preview feature you can now build packages from source. -- `pixi build` *has been addeded* and will build your source package into a `.conda` file. -- Other commands like `pixi install`, `pixi run` etc. automatically make use of the build feature. +- `pixi build` has been added and will build a `.conda` file out of your package. +- Other commands like `pixi install` and `pixi run` automatically make use of the build feature when a `path`, `git` or `url` dependency is present.