Skip to content

Commit 4cde03b

Browse files
committed
update guide
1 parent 365a37a commit 4cde03b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Guides/docs.docc/Quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ Pre-built binaries are available for a limited set of platforms.
2727
| Platform | String |
2828
|----------|----------|
2929
| macOS | `macOS-ARM64` |
30-
| Linux | `Linux-X64` |
30+
| Ubuntu | `Ubuntu-22.04-ARM64` |
31+
| Ubuntu | `Ubuntu-22.04-X64` |
32+
| Ubuntu | `Ubuntu-24.04-ARM64` |
33+
| Ubuntu | `Ubuntu-24.04-X64` |
3134

3235

3336
You can download and install the binary under `/usr/local/bin` like this:
3437

3538
@Code(file: unidoc-install.sh, title: unidoc-install.sh)
3639

40+
> Important:
41+
> On Linux, the prebuilt binaries use [jemalloc](https://jemalloc.net/) instead of the default
42+
> system allocator. You can install it on Ubuntu with `sudo apt install libjemalloc2`.
3743
3844
### Building Unidoc from source
3945

0 commit comments

Comments
 (0)