Skip to content

Commit a9eed8f

Browse files
committed
update README
1 parent c878590 commit a9eed8f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# Introduction
22

3-
A small tool to various files to .svg files or download image files,
4-
and insert it to orgmode or markdown on-the-fly.
3+
A small tool converts various files to .svg files or downloads image
4+
files, and inserts them to orgmode or markdown buffer on-the-fly.
55

66
**插 chā 图 tú**: insert a diagram.
77

8+
See examples in [chatu.org](./chatu.org) and [chatu.md](./chatu.md).
9+
810
# Install
911

1012
Before using `chatu`, you may need to install some external programs and
1113
set them in your PATH:
1214
- draw.io and pdf2svg for drawio file conversion
1315
- plantuml.jar, java for plantuml
16+
- clojure for .clj script
1417
- babashka for .bb script
18+
- Python for .py script
1519
- curl for downloading file from web
20+
- R for statistic plotting
21+
- lilypond for music notes
1622

17-
From melpa with use-package:
23+
Add `chatu.el` from melpa with use-package:
1824

1925
```emacs-lisp
2026
(use-package chatu

0 commit comments

Comments
 (0)