diff options
author | David Robertson <davidr@element.io> | 2023-01-09 14:43:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 14:43:46 +0000 |
commit | c0145b06f5c331362c94f58ebdf892390612bd24 (patch) | |
tree | 3e9f418f204863792d085267383a4f02e9f294b1 /docs | |
parent | Unescape HTML entities in oEmbed titles. (#14781) (diff) | |
download | synapse-c0145b06f5c331362c94f58ebdf892390612bd24.tar.xz |
Fix upgrade notes for installing ICU (#14797)
* Fix upgrade notes for installing ICU As noticed in https://github.com/matrix-org/synapse/pull/14712/files#r1058433297 * Changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index f853dfdb8e..c4bc5889a9 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -99,7 +99,7 @@ the ICU native dependency and its development headers so that PyICU can build since no prebuilt wheels are available. You can follow [the PyICU documentation](https://pypi.org/project/PyICU/) to do so, -and then do `pip install matrix-synapse[icu]` for a PyPI install. +and then do `pip install matrix-synapse[user-search]` for a PyPI install. Docker images and Debian packages need nothing specific as they already include or specify ICU as an explicit dependency. |