From 272a9e3dc03cc1b3b94042c835d383f7aa6cad73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Sat, 11 May 2024 11:14:25 +0800 Subject: [PATCH] docs: add x86-64-v3 info (#26) --- docs/src/admins/install-binary.md | 4 ++++ docs/src/admins/install-docker.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/src/admins/install-binary.md b/docs/src/admins/install-binary.md index d194da29..a9ab76ff 100644 --- a/docs/src/admins/install-binary.md +++ b/docs/src/admins/install-binary.md @@ -1,5 +1,9 @@ # Binary Installation +> Hatsu uses the `x86-64-v3` target architecture for optimal performance. +> +> If you are using an older processor, you currently need to build locally and change the corresponding values in `.cargo/config.toml`. + ## Releases You can download both stable and beta versions of Hatsu from the [Releases page](https://github.com/importantimport/hatsu/releases). diff --git a/docs/src/admins/install-docker.md b/docs/src/admins/install-docker.md index 1f56eee4..9e9b62d7 100644 --- a/docs/src/admins/install-docker.md +++ b/docs/src/admins/install-docker.md @@ -1,5 +1,9 @@ # Docker Installation +> Hatsu uses the `x86-64-v3` target architecture for optimal performance. +> +> If you are using an older processor, you currently need to build locally and change the corresponding values in `.cargo/config.toml`. + You can find images on GitHub: [https://github.com/importantimport/hatsu/pkgs/container/hatsu](https://github.com/importantimport/hatsu/pkgs/container/hatsu) Hatsu uses three primary tags: `latest` (stable), `beta` and `nightly`, literally.