branch: elpa/csv2ledger commit 1f5fc33732be071ed4faa4d2d1e55d0650b936e9 Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Fix section on installation. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f123c2e04..e553bf3b5a 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,7 @@ If you have this information in your CSV file, you can use it and add it to the ## Installation ## -For the moment, `csv2ledger` needs to be installed manually. Put the file `csv2ledger.el` in your load path, byte-compile it if you wish, and `require` it in your init file. - -Make sure to install the dependencies as well: `csv-mode` from GNU ELPA, and `parse-csv` from MELPA. Note that for `csv2ledger` to work properly, CSV files must be opened in buffers with `csv-mode` as the major mode. This should work automatically after installing the `csv-mode` package, but if you have issues, make sure to check this. +`csv2ledger` is available from NonGNU ELPA, so you can install it with the package manager. This will also install the dependency `csv-mode` if it's not installed yet. ## Customisation ##