diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-18 15:40:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-18 15:40:27 +0100 |
| commit | 9bb87ea4782b6005848afde29db9751e05ee0e55 (patch) | |
| tree | aec42992b696010c1232ade4113442e2eb366c55 | |
| parent | 9d2851ad362a32e756986be65e04914230bd9ab5 (diff) | |
| download | PROJ-9bb87ea4782b6005848afde29db9751e05ee0e55.tar.gz PROJ-9bb87ea4782b6005848afde29db9751e05ee0e55.zip | |
resource_files.rst: update user writable directory to ~/Library/Application Support for OSX
| -rw-r--r-- | docs/source/resource_files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 7f12a911..28628d30 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -38,7 +38,7 @@ The following paths are checked in order: - The PROJ user writable directory, which is : * on Windows, ${LOCALAPPDATA}/proj - * on MacOSX, ${HOME}/Library/Logs/proj + * on MacOSX, ${HOME}/Library/Application Support/proj * on other platforms (Linux), ${XDG_DATA_HOME}/proj if :envvar:`XDG_DATA_HOME` is defined. Else ${HOME}/.local/share/proj |
