docs: Adds tzdata to README (#1317)
This commit is contained in:
parent
33aa257344
commit
3f400fc965
2 changed files with 4 additions and 4 deletions
|
|
@ -72,13 +72,13 @@ dnf upgrade --refresh -y
|
|||
dnf install -y epel-release epel-next-release
|
||||
# Note: libargon2 is old.
|
||||
# Download/symlink from here: https://github.com/modernuo/Argon2.Bindings/tree/main/runtimes
|
||||
dnf install -y findutils libicu zlib-devel zstd libargon2-devel
|
||||
dnf install -y findutils libicu zlib-devel zstd libargon2-devel tzdata
|
||||
```
|
||||
|
||||
### Ubuntu, Debian, etc
|
||||
```shell
|
||||
apt-get update -y
|
||||
apt-get install -y libicu-dev libz-dev zstd libargon2-dev
|
||||
apt-get install -y libicu-dev libz-dev zstd libargon2-dev tzdata
|
||||
```
|
||||
|
||||
## Running the Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue