summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-23 18:07:23 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-23 18:07:23 -0700
commit172a3076bc6d48d0739ddb362f31464eb1fdd931 (patch)
tree0a99614de31a0a3068d0a5ae5e0e05da5ae75f4a
parentaa10b6ea5d986a521478a595949afc3838855c63 (diff)
downloadfork-ledger-172a3076bc6d48d0739ddb362f31464eb1fdd931.tar.gz
fork-ledger-172a3076bc6d48d0739ddb362f31464eb1fdd931.tar.bz2
fork-ledger-172a3076bc6d48d0739ddb362f31464eb1fdd931.zip
Updated README files
-rw-r--r--README-1ST10
-rw-r--r--README.md2
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 <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.
----------------------------------------------------------------------
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: