Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Feb 9, 2024
1 parent bce3228 commit 3fbcfa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
```julia
using DepotDelivery: build

path = build(path_to_project; platform = Base.BinaryPlatforms.HostPlatform())
# Assumes `path/Project.toml` exists (or `path/JuliaProject.toml`)
path = build(path; platform = Base.BinaryPlatforms.HostPlatform())
```

- `path` is the ready-to-ship depot.
Expand Down

0 comments on commit 3fbcfa4

Please sign in to comment.