summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-02-16 18:40:20 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-02-16 18:40:20 +0000
commit0f5363679d582d4fddf4e047ff8806e1ebae533c (patch)
treebc1fc3f12604a96477bc03b5f604df51a7fc49cd /CONTRIBUTING.md
parentbdfec65cfbd63012c3a7415abf620487009a1c8a (diff)
Add updated build instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7aa359f3f..a58d52f99 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,6 +13,16 @@ of contributions, and don't want a wall of rules to get in the way of that.
Before contributing please read our [Code of Conduct](CODE_OF_CONDUCT.md) which
all contributors are expected to adhere to.
+## Building
+To work around a [Cargo bug][https://github.com/rust-lang/cargo/issues/7004], you'll need to use the included `build-all.sh` script.
+
+```sh
+# An unoptimized debug build
+./build-all.sh
+# A fully optimized release build
+./build-all.sh --release
+```
+
## Looking for something to work on?
If you are new contributor to `Zellij` going through [beginners][good-first-issue]