Skip to content

Commit f975359

Browse files
committed
Document ImageMagick difference between Docker and native
Clarify that Docker includes ImageMagick automatically, but native installation requires manual installation.
1 parent d9d2c8b commit f975359

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Before you start, you will need to have Docker installed and running. You can [d
6868

6969
Run `bin/dup` to build and create the docker container. This will also set up the Rails application within the container and start the container. You will only have to run this command once. After initial setup, use `bin/dstart` to start an existing container - using `bin/dup` will recreate an existing container and reset the database.
7070

71+
**Note:** The Docker setup includes ImageMagick automatically. If you're using native installation, you must install ImageMagick separately (see [native-installation-instructions.md](./native-installation-instructions.md)).
72+
7173
### 4. Start the app
7274

7375
Run `bin/dserver` to start the Rails server.

0 commit comments

Comments
 (0)