summaryrefslogtreecommitdiffhomepage
path: root/doc/install.mdwn
blob: 2f8d24fa14dfb0cc00c7cf9929cfa69459da9d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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.

To build from source, you need the 
[haskell tool stack](https://www.haskellstack.org/).
In the debug-me directory, run: `stack setup; stack install`

Hopefully debug-me will be included in distributions to make it easy to
install. If you have added debug-me to a distribution, edit this page to
add instructions.