Skip to content

Commit b3e2343

Browse files
jonaspleyersyphar
authored andcommitted
add information about packaging crate
1 parent 6e0b578 commit b3e2343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ cargo run -- build world
207207
# Builds a local package you have at <SOURCE> and adds it to the database.
208208
# The package does not have to be on crates.io.
209209
# The package must be on the local filesystem, git urls are not allowed.
210+
# Usually this command can be applied directly to a crate root
211+
# In certain scenarios it might be necessary to first package the respective
212+
# crate by using the `cargo package` command.
210213
cargo run -- build crate --local /path/to/source
211214
```
212215

0 commit comments

Comments
 (0)