gemlog/public/en/run-cargo-build-from-root.gmi
2025-09-11 12:43:12 +03:00

7 lines
No EOL
185 B
Text

# Run cargo build from root
Some apps compiled with Cargo require running as root when the Rust compiler (rustc) is installed in the user environment.
``` bash
sudo -E path/to/app
```