diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-23 18:07:23 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-23 18:07:23 -0700 |
commit | 172a3076bc6d48d0739ddb362f31464eb1fdd931 (patch) | |
tree | 0a99614de31a0a3068d0a5ae5e0e05da5ae75f4a | |
parent | aa10b6ea5d986a521478a595949afc3838855c63 (diff) | |
download | fork-ledger-172a3076bc6d48d0739ddb362f31464eb1fdd931.tar.gz fork-ledger-172a3076bc6d48d0739ddb362f31464eb1fdd931.tar.bz2 fork-ledger-172a3076bc6d48d0739ddb362f31464eb1fdd931.zip |
Updated README files
-rw-r--r-- | README-1ST | 10 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 5 deletions
@@ -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. ---------------------------------------------------------------------- @@ -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: |