mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
initial commit
This commit is contained in:
commit
259fee630b
127 changed files with 7811 additions and 0 deletions
7
public/en/run-cargo-build-from-root.gmi
Normal file
7
public/en/run-cargo-build-from-root.gmi
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue