From 3d1a00b527c675f14fe1954d87a614621952bf1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Mon, 30 Mar 2026 23:12:02 +0200 Subject: [PATCH] docs: inform about option to deploy develop build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- docs/installing/mitra.md | 2 ++ docs/installing/pleroma-akkoma.md | 2 ++ docs/installing/standalone.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/installing/mitra.md b/docs/installing/mitra.md index 9f3d8615c..765afb68d 100644 --- a/docs/installing/mitra.md +++ b/docs/installing/mitra.md @@ -8,6 +8,8 @@ order: 31 Installing Nicolium as a frontend for Mitra is no different from installing the default Mitra Web frontend. Just extract the Nicolium files into the directory specified in `config.yaml` under `web_client_dir`, by default `/usr/share/mitra/www`. +> **Note:** This assumes you want to use the stable release version of Nicolium. If you want to use the development version (which is more cutting-edge but can break sometimes), replace `release` with `develop` in the URLs and commands below. + ```bash curl -O https://web.nicolium.app/release.zip unzip release.zip -d /usr/share/mitra/www diff --git a/docs/installing/pleroma-akkoma.md b/docs/installing/pleroma-akkoma.md index b5c5d154b..09360f1b5 100644 --- a/docs/installing/pleroma-akkoma.md +++ b/docs/installing/pleroma-akkoma.md @@ -10,6 +10,8 @@ order: 32 The most straightforward way to install Nicolium as a frontend for Pleroma or Akkoma is to simply download it and place its files in the `/instance/static` directory of your Pleroma/Akkoma installation (usually `/opt/pleroma/instance/static` or `/opt/akkoma/instance/static`, accordingly). +> **Note:** This assumes you want to use the stable release version of Nicolium. If you want to use the development version (which is more cutting-edge but can break sometimes), replace `release` with `develop` in the URLs and commands below. + ```bash curl -O https://web.nicolium.app/release.zip unzip release.zip -d /opt/pleroma/instance/static/ diff --git a/docs/installing/standalone.md b/docs/installing/standalone.md index 52b881ef9..1f3e2d513 100644 --- a/docs/installing/standalone.md +++ b/docs/installing/standalone.md @@ -19,4 +19,4 @@ nicolium.example.com { } ``` -This assumes you're serving Nicolium under the nicolium.example.com domain and the Nicolium files are located in `/var/www/nicolium`. You can download Nicolium from `https://web.nicolium.app/release.zip` or [build it from source](../building/nicolium.md). \ No newline at end of file +This assumes you're serving Nicolium under the nicolium.example.com domain and the Nicolium files are located in `/var/www/nicolium`. You can download Nicolium from `https://web.nicolium.app/release.zip` (`https://web.nicolium.app/develop.zip` for the development version) or [build it from source](../building/nicolium.md). \ No newline at end of file