Skip to content

Commit

Permalink
Incorporate suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmir authored Sep 5, 2024
1 parent 8fbd88c commit 5fa15b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/development-environment/macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords: development setup macos

To develop OpenProject a setup similar to that for using OpenProject in production is needed.

This guide assumes that you have a macOS (used to be called Mac OS X) installation with administrative rights.
This guide assumes that you have a macOS installation with administrative rights.
OpenProject will be installed with a PostgreSQL database.

**Please note**: This guide is NOT suitable for a production setup, but only for developing with it!
Expand Down Expand Up @@ -199,7 +199,7 @@ automatically loaded to the application's environment.
Some operations in OpenProject require additional software. These include PDF exports and interaction with an
LDAP server.

In order to have OpenProject behave correctly, you need to install `imagemagick` and `java`.
In order to develop OpenProject in these areas, you need to install `imagemagick` and `java`.

```shell
brew install imagemagick java
Expand Down

0 comments on commit 5fa15b1

Please sign in to comment.