Skip to content

Commit 1fc838b

Browse files
committed
updated readme
1 parent 26970db commit 1fc838b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ experimental. Please report any issue you may find.
9191

9292
You need to use the `buildx` extensions to build these images. The Dockerfile-debian is the multi-stage Dockerfile
9393
that builds all the images, and it is run by executing `build-debian.sh`, which is parameterised through the contents
94-
of `params.sh`.
94+
of `params.sh`. To be able to run this you probably will need to enable buildx using a command like this:
95+
`docker buildx create --use`.
9596

9697
The `build` stage builds RDKit form the appropriate GitHub branch for RDKit, and creates the deb packages and the Java
9798
artifacts from it for use in the `python`, `java`, `tomcat` and `cartridge` stages.

0 commit comments

Comments
 (0)