summaryrefslogtreecommitdiff
path: root/README-1ST
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-26 15:37:15 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-26 15:37:15 -0700
commita40d9f721fa237ed61b6dda7d18e86d18d150db7 (patch)
tree686289505b3986e26cef942566eed444c8492897 /README-1ST
parent929175216dc55544c8c5911902014c7727a95fd7 (diff)
parent5e0e7e0a973f8a323decbf818e66a6af3ba218fd (diff)
downloadfork-ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.tar.gz
fork-ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.tar.bz2
fork-ledger-a40d9f721fa237ed61b6dda7d18e86d18d150db7.zip
Merge branch 'next' into ledger-mode-automatic-transactions
Diffstat (limited to 'README-1ST')
-rw-r--r--README-1ST10
1 files changed, 6 insertions, 4 deletions
diff --git a/README-1ST b/README-1ST
index 87e41257..14b9fc6b 100644
--- a/README-1ST
+++ b/README-1ST
@@ -117,16 +117,18 @@ it's usually fairly obvious where things have gone astray.
- Q: Something else fails, or Ledger crashes on startup
- A: This, I am most interested in hearing about. Please e-mail me a copy of
- config.log and your build log to <johnw@newartisans.com>. Also, if
- Ledger is crashing, try running it under gdb like so:
+ A: This, I am most interested in hearing about. Please file a bug
+ at the Ledger Bugzilla, http://bugs.ledger-cli.org/. The more
+ details you can provide, the better. Also, if Ledger is crashing,
+ try running it under gdb like so:
$ gdb ledger
(gdb) run <ARGS TO LEDGER>
... runs till crash ...
(gdb) bt
- Send me that backtrace output, and the output from "ledger --version".
+ Put that backtrace output, and the output from "ledger
+ --version" in the bug report.
----------------------------------------------------------------------