Commit ac0d1af3da51197514f0473648b31169fb35fa97
Update readme. Add Contributing section
Charles Lehner committed on 9/19/2016, 3:34:14 AMParent: 42ee2cb37dcc910335d5389384c21fdaf8132e1a
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -2,9 +2,10 @@ | ||
2 | 2 … | ============== |
3 | 3 … | |
4 | 4 … | A collection of scripts for helping to organize one's finances using |
5 | 5 … | [ledger](ledger-cli.org), |
6 | -with a focus on crypto-currencies. | |
6 … | +with a focus on crypto-currencies. They are implemented variously in Shell, | |
7 … | +Awk, and Perl. | |
7 | 8 … | |
8 | 9 … | © 2013-2016 Charles Lehner, [MIT License](http://cel.mit-license.org/) |
9 | 10 … | |
10 | 11 … | Data import scripts |
@@ -176,6 +177,18 @@ | ||
176 | 177 … | * electrum2ledger |
177 | 178 … | * bitstamp2ledger |
178 | 179 … | |
179 | 180 … | * [mint-to-ledger](https://github.com/shiinee/mint-to-ledger) by |
180 | - [shiinee](https://github.com/shiinee/mint-to-ledger) | |
181 … | + [shiinee](https://github.com/shiinee) | |
181 | 182 … | |
183 … | +Contributing | |
184 … | +------------ | |
185 … | + | |
186 … | +Contributions are very welcome. Here are some possible things to do: | |
187 … | + | |
188 … | +- Fix bugs | |
189 … | +- Increase portability | |
190 … | +- Add more scripts | |
191 … | +- Add more ticker sources for getquote | |
192 … | +- Improve documentation | |
193 … | +- Add man pages | |
194 … | +- Something else |
Built with git-ssb-web