Skip to content

Commit 2c213e2

Browse files
committed
mentioned that we are importing treetools
1 parent 625c72c commit 2c213e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Be sure to have the latest [Docker](https://docs.docker.com/engine/install/) ins
1313
docker build -f Dockerfile -t raytools .
1414
```
1515

16-
This image will download and compile raycloudtools and all its dependencies. You can then run the `raytools` image as a standalone executable. The basic command is `docker run -v your/local/datadir:/data raytools` followed by the specific ray tool you want to use, as in:
16+
This image will download and compile raycloudtools and all its dependencies (including treetools, so you can process rayextract outputs). You can then run the `raytools` image as a standalone executable. The basic command is `docker run -v your/local/datadir:/data raytools` followed by the specific ray tool you want to use, as in:
1717

1818
```
1919
docker run -v your/local/datadir:/data raytools rayimport --help

0 commit comments

Comments
 (0)