aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-04-25 03:49:57 -0400
committerTeddy Wing2016-04-25 03:49:57 -0400
commit478e6f1e3771166702712b372fc996be4639ab23 (patch)
tree0ca1df9b172d13f79943863bcf0f90c0b4d3936d
parent5e18a1e5a34cac5876d43796c36e6c1369658c6e (diff)
downloadmutt-alias-auto-add-478e6f1e3771166702712b372fc996be4639ab23.tar.bz2
Set `install.root` configuration
Set the default installation path to `/usr/local/bin`. This allows us to install the program to that path using `cargo install`. The default can be overridden using `cargo install --root /some/path`.
-rw-r--r--.cargo/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
new file mode 100644
index 0000000..de6ae79
--- /dev/null
+++ b/.cargo/config
@@ -0,0 +1,2 @@
+[install]
+root = "/usr/local"