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.