mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-19 14:32:40 +00:00
7 lines
No EOL
185 B
Text
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
|
|
``` |