Skip to content

Commit 8a320e0

Browse files
committed
Update README
1 parent 05198ed commit 8a320e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ A Lua library to convert [Atlassian Document Format (ADF)](https://developer.atl
88

99
## Installation
1010

11+
### Using LuaRocks
12+
13+
```bash
14+
luarocks install adf2md
15+
```
16+
17+
### Manual
18+
1119
Copy `src/adf2md.lua` to your project or add the `src` directory to your Lua path.
1220

1321
## Usage

0 commit comments

Comments
 (0)