Skip to content

Commit 36edc6d

Browse files
committed
README for 0.2.0
1 parent d8a83e2 commit 36edc6d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
moh - a simple and command line based accounting software
2-
Copyright (C) 2012 Yoriyuki Yamagata
2+
Copyright (C) 2012, 2013 Yoriyuki Yamagata
33

44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by
@@ -22,9 +22,6 @@ The installation is easy.
2222

2323
1. First, install ruby. moh was developed using ruby 1.8.7, so if you are using Mac OS X 10.8, you do not need to do anything.
2424

25-
2. Next, install when_exe from ruby gem.
26-
$ sudo gem install when_exe
27-
2825
2. Put moh.rb somewhere.
2926

3027
That's all.
@@ -73,11 +70,6 @@ If you omit -d, the current directory is assumed. You can change the suffix of
7370
The default behavior is to search *.howm files. But you can change the suffix of files which contain financial data.
7471
$ ruby moh.rb -d XXX --howm_suffix=txt -s Wallet 20120101 20121231
7572

76-
moh also supports csv files from Mitsui Sumitomo Bank
77-
$ ruby moh.rb --smbc_dir=XXX -s -t Wallet 20120101 20121231
78-
and Mitsui Sumitomo VISA card.
79-
$ ruby moh.rb --smbc_visa_dir XXX -s Wallet 20120101 20121231
80-
8173
* Future plan
8274

8375
- Different currency and other price changing materials.

0 commit comments

Comments
 (0)