1
0
Fork 0
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:
Chris Knight 2020-03-06 14:14:58 +00:00 committed by GitHub
parent e81fb25b7a
commit bb3d9c8280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```