summaryrefslogtreecommitdiffstats
path: root/manual/src/build-delta-from-source.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/build-delta-from-source.md')
-rw-r--r--manual/src/build-delta-from-source.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/src/build-delta-from-source.md b/manual/src/build-delta-from-source.md
new file mode 100644
index 00000000..ba00b5d1
--- /dev/null
+++ b/manual/src/build-delta-from-source.md
@@ -0,0 +1,9 @@
+# Build delta from source
+
+You'll need to [install the rust tools](https://www.rust-lang.org/learn/get-started). Then:
+
+```ShellSession
+$ cargo build --release
+```
+
+and use the executable found at `./target/release/delta`.