From f5554985ae801cecf48d6e7b3ab13b64ddd91c63 Mon Sep 17 00:00:00 2001 From: sigoa Date: Fri, 23 Mar 2018 06:05:55 +0100 Subject: [PATCH] export BITMESSAGE_HOME="/home/YOU then it works without copying into BM folder (which no one has asked for) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6073222..54fc374 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ Once you have Bitmessage setup and running, you may download and run bitboard wi bitboard runs on port 8080 by default, so you should see it running when you visit http://localhost:8080 in your browser. For security purposes, you should probably disable javascript. +In your .bashrc place something like: +export BITMESSAGE_HOME="/home/YOU/path/to/bitmessage/folder" # but without the "/PyBitmessage/" +so BB can find it. + ![bitboard screenshot](/static/screenshot.png)