Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Feb 5, 2024
1 parent 08b7d5e commit fb5c4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
## Usage

```julia
using DepotDelivery
using DepotDelivery: build_depot

path = DepotDelivery.build_depot("Project.toml"; platform = Base.BinaryPlatforms.HostPlatform())
path = build_depot("Project.toml"; platform = Base.BinaryPlatforms.HostPlatform())
```

## Building for Non-Host Platforms

- To build for a non-host platform, provide any `Base.BinaryPlatforms.AbstractPlatform` as the `platform` argument.
- Use any `Base.BinaryPlatforms.AbstractPlatform` as the `platform` argument.
- See [Julia's supported OS/architectures](https://www.julialang.org/downloads/index.html#supported_platforms).
- See `?Base.BinaryPlatforms.Platform` and the types in `Pkg.BinaryPlatforms` for details, e.g.

Expand Down

0 comments on commit fb5c4f1

Please sign in to comment.