From 172a3076bc6d48d0739ddb362f31464eb1fdd931 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sat, 23 Feb 2013 18:07:23 -0700 Subject: Updated README files --- README-1ST | 10 ++++++---- README.md | 2 +- 2 files changed, 7 insertions(+), 5 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 . 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 ... 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. ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5ab146e2..b81c81e7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ few alternatives. I know, you just want to build and play. If you have all the dependencies installed (see below), then simply do this: - git clone git://github.com/jwiegley/ledger.git + git clone git://github.com/ledger/ledger.git cd ledger && ./acprep update # Update to the latest, configure, make Now try your first ledger command: -- cgit v1.2.3