summaryrefslogtreecommitdiff
path: root/docs/contributing/building_from_source.md
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-02-19 15:58:19 +0100
committerGitHub <noreply@github.com>2021-02-19 15:58:19 +0100
commit4f80587d26891f783b1a7a46b0f3273def49cd6e (patch)
treee47ed14559f7af33de7e8c561438fa00b2b0b4db /docs/contributing/building_from_source.md
parente3fe4be83b7424f5530430f1b462f07a71e55b65 (diff)
chore: rename default branch to main (#9503)
Diffstat (limited to 'docs/contributing/building_from_source.md')
-rw-r--r--docs/contributing/building_from_source.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md
index 227b42418..96e3e1b88 100644
--- a/docs/contributing/building_from_source.md
+++ b/docs/contributing/building_from_source.md
@@ -103,7 +103,7 @@ Build with Cargo:
# Build:
cargo build -vv
-# Build errors? Ensure you have latest master and try building again, or if that doesn't work try:
+# Build errors? Ensure you have latest main and try building again, or if that doesn't work try:
cargo clean && cargo build -vv
# Run: