summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-05 14:48:16 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-05 14:48:16 -0400
commit2a7d041874490a8f5ad5b8a210b90eed6e5b6bbf (patch)
tree9e0af37287b5f78d3e27d1e3bc797d89c7040178
parent2f5315b3c32fbd23ebce05da80712183dc259b7c (diff)
downloaddebug-me-2a7d041874490a8f5ad5b8a210b90eed6e5b6bbf.tar.gz
standalone tarball uploaded1.20170505
-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]]