summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/install.mdwn11
-rw-r--r--doc/todo/packages.mdwn2
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index f96c16c..2f8d24f 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -1,3 +1,14 @@
+## Linux: quick install
+
+[Download debug-me-standalone-amd64.tar.gz](https://downloads.kitenet.net/debug-me/linux/current/debug-me-standalone-amd64.tar.gz)
+
+To use:
+
+ tar xf debug-me-standalone-amd64.tar.gz
+ debug-me/debug-me
+
+## building from source
+
Clone debug-me's git repository from <git://debug-me.branchable.com/>
or <https://git.joeyh.name/git/debug-me.git>. Tags and commits are gpg
signed, so can be verified.
diff --git a/doc/todo/packages.mdwn b/doc/todo/packages.mdwn
index 7c03108..5be5eb5 100644
--- a/doc/todo/packages.mdwn
+++ b/doc/todo/packages.mdwn
@@ -4,3 +4,5 @@ For any/all linux distros.
Also, make a self-contained executable. (Statically linked would be ideal,
but difficulty.)
+
+> [[done]]