Skip to content

Commit 6700e6e

Browse files
committed
update the guide to reflect the new version number, and that libjemalloc is no longer required
1 parent 88cceb2 commit 6700e6e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Guides/docs.docc/Quickstart.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Previewing documentation locally
22

3-
This guide walks through how to use the `unidoc preview` tool to preview documentation locally on macOS 14. This guide won’t make any effort to explain how Unidoc itself works, it is merely intended to demonstrate how to preview multi-package documentation as quickly as possible. For a more-detailed Linux-centric tour, see the <doc:Getting-started> guide.
3+
This guide walks through how to use the `unidoc preview` tool to preview documentation locally on macOS 15. This guide won’t make any effort to explain how Unidoc itself works, it is merely intended to demonstrate how to preview multi-package documentation as quickly as possible. For a more-detailed Linux-centric tour, see the <doc:Getting-started> guide.
44

55
In this guide, you will:
66

@@ -37,10 +37,6 @@ You can download and install the binary under `/usr/local/bin` like this:
3737

3838
@Code(file: unidoc-install.sh, title: unidoc-install.sh)
3939

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`.
43-
4440
### Building Unidoc from source
4541

4642
Unidoc is an ordinary SwiftPM executable product. You can build it for your macOS host like this:

Guides/docs.docc/local/unidoc-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
UNIDOC_MIRROR=https://static.swiftinit.org/unidoc
2-
UNIDOC_VERSION=0.19.6
2+
UNIDOC_VERSION=0.20.0
33
UNIDOC_PLATFORM=macOS-ARM64
44

55
curl -L $UNIDOC_MIRROR/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc.tar.gz \

0 commit comments

Comments
 (0)