mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 00:21:05 -05:00
doc: Update manual with suggestions for when cargo isn't building properly (#4252)
This commit is contained in:
parent
e81fb25b7a
commit
bb3d9c8280
1 changed files with 3 additions and 0 deletions
|
@ -1619,6 +1619,9 @@ Build with Cargo:
|
|||
# Build:
|
||||
cargo build -vv
|
||||
|
||||
# Build errors? Ensure you have latest master and try building again, or if that doesn't work try:
|
||||
cargo clean && cargo build -vv
|
||||
|
||||
# Run:
|
||||
./target/debug/deno cli/tests/002_hello.ts
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue