Skip to content

Commit f94ff5d

Browse files
committed
update README.md [ci skip]
1 parent f4b0462 commit f94ff5d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ Please read the [wiki][2] to learn more.
1414
### docker-compose.yml
1515

1616
```yaml
17-
version: "3.8"
1817
services:
1918
openrefine:
20-
image: easypi/openrefine
19+
image: easypi/openrefine:3.9.0
2120
ports:
2221
- "3333:3333"
2322
volumes:
@@ -32,5 +31,14 @@ services:
3231
restart: unless-stopped
3332
```
3433
34+
### install extensions
35+
36+
- Locate your workspace directory: ./data
37+
- Create a new folder called `extensions` inside the workspace if it does not exist.
38+
- Download the extension (usually as a zip file from GitHub, e.g., [openrefine-llm-extension][3])
39+
- Extract the zip contents into the `extensions` directory, making sure all the contents go into one folder with the name of the extension.
40+
- Start (or restart) OpenRefine.
41+
3542
[1]: http://openrefine.org/index.html
3643
[2]: https://github.com/OpenRefine/OpenRefine/wiki
44+
[3]: https://github.com/sunilnatraj/llm-extension/releases

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: "3.8"
21
services:
32
openrefine:
4-
image: easypi/openrefine
3+
image: easypi/openrefine:3.9.0
54
ports:
65
- "3333:3333"
76
volumes:

0 commit comments

Comments
 (0)