Move sudo runner configuration to .cargo/config.toml
- Added [target."cfg(all())"] runner = "sudo -E" to .cargo/config.toml - Updated README to remove manual --config runner instructions for cargo run - Simplifies running thepull/155/head
parent
e50b81fd67
commit
dfc9b13ebe
@ -0,0 +1,2 @@
|
||||
[target."cfg(all())"]
|
||||
runner = "sudo -E"
|
Loading…
Reference in New Issue