We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0b578 commit b3e2343Copy full SHA for b3e2343
README.md
@@ -207,6 +207,9 @@ cargo run -- build world
207
# Builds a local package you have at <SOURCE> and adds it to the database.
208
# The package does not have to be on crates.io.
209
# 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.
213
cargo run -- build crate --local /path/to/source
214
```
215
0 commit comments