summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 9 insertions, 12 deletions
diff --git a/README.md b/README.md
index 759fa26a..0aa634b4 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
+[![Join the chat at https://gitter.im/use-package/Lobby](https://badges.gitter.im/use-package/Lobby.svg)](https://gitter.im/use-package/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status master](https://img.shields.io/travis/ledger/ledger/master.svg?label=master&style=flat)](https://travis-ci.org/ledger/ledger)
[![Build Status next](https://img.shields.io/travis/ledger/ledger/next.svg?label=next&style=flat)](https://travis-ci.org/ledger/ledger)
[![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/ledger/ledger/pulse/monthly)
[![License](https://img.shields.io/badge/license-BSD-blue.svg?style=flat)](http://opensource.org/licenses/BSD-3-Clause)
[![GitHub release](https://img.shields.io/github/release/ledger/ledger.svg?style=flat)](https://github.com/ledger/ledger/releases)
-
# Ledger: Command-Line Accounting
Ledger is a powerful, double-entry accounting system that is accessed from the
@@ -23,8 +23,8 @@ and easy to use.
## For the Impatient
-I know, you just want to build and play. If you have all the dependencies
-installed (see below), then simply do this:
+I know, you just want to build and play. If you have all the [dependencies](#dependencies)
+installed, then simply do this:
$ git clone git://github.com/ledger/ledger.git
$ cd ledger && ./acprep update # Update to the latest, configure, make
@@ -35,8 +35,9 @@ Now try your first ledger command:
For help on keeping your journal have a look at the
[documentation] and the [wiki][] (Also see the “Resources” section at the
-end of this file). An emacs mode for ledger files can be found in the `lisp`
-directory and a vim plugin is located in the [ledger/vim-ledger repository].
+end of this file). An Emacs mode for Ledger files can be found in the
+[ledger/ledger-mode repository] and a vim plugin is located in the
+[ledger/vim-ledger repository].
## To the Rest
@@ -102,10 +103,6 @@ You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X.
You can see the parameters you can pass while installing with brew by the command `brew options ledger`. To install ledger, simply type the following command:
$ brew install ledger
-
-If everything worked well, you should have ledger working now. If you want to install this with python bindings, you can use the following command:
-
- $ brew install ledger --with-python
If you to want to startup python, use the following command:
@@ -148,9 +145,9 @@ Or, for Ubuntu 12.04:
Debian squeeze (6.0): the version of boost in squeeze is too old
for ledger and unfortunately no backport is available at the moment.
-Debian 7 (wheezy), Debian 8 (jessie), Debian testing (stretch) and Debian
-unstable (sid) contain all components needed to build ledger. You can
-install all required build dependencies using the following command:
+Debian 7 (wheezy), Debian 8 (jessie), Debian 9 (stretch), Debian testing
+and Debian unstable (sid) contain all components needed to build ledger.
+You can install all required build dependencies using the following command:
$ sudo apt-get install build-essential cmake autopoint texinfo python-dev \
zlib1g-dev libbz2-dev libgmp3-dev gettext libmpfr-dev \