mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
docs: link making binary packages
This commit is contained in:
parent
d52a9cb615
commit
00d4515849
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ A **binary package** is a package that contains a binary export.
|
||||||
Binary packages can be run like a normal program. There are several ways to use
|
Binary packages can be run like a normal program. There are several ways to use
|
||||||
binary packages with pesde.
|
binary packages with pesde.
|
||||||
|
|
||||||
|
To make your own binary package, see the [guide](/quickstart#adding-a-main-script).
|
||||||
|
|
||||||
## Using `pesde x`
|
## Using `pesde x`
|
||||||
|
|
||||||
The `pesde x` command can be used to run a one-off binary package. This is
|
The `pesde x` command can be used to run a one-off binary package. This is
|
||||||
|
|
|
@ -29,7 +29,7 @@ Within the root `pesde.toml` file, we can define a workspace:
|
||||||
```toml title="pesde.toml"
|
```toml title="pesde.toml"
|
||||||
name = "acme/root"
|
name = "acme/root"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
private = "true"
|
private = true
|
||||||
|
|
||||||
workspace_members = ["pkgs/*"]
|
workspace_members = ["pkgs/*"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue