From 51e96268093ce86e8853e3a70780e8db8d22ebb4 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 22 Jul 2024 12:26:51 +0500 Subject: [PATCH] installation.rst - update platform names --- src/blenderbim/docs/devs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index 7d90211538..7e0bcb804f 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -22,8 +22,8 @@ You will need to choose which build to download. - If you are on Blender >=4.1, choose py311 - If you are on Blender >=3.1 and <=4.0, choose py310 - If you are on Blender >=2.93 and <3.1, choose py39 -- Choose ``linux``, ``macos`` (Apple Intel), ``macosm1`` (Apple Silicon), or - ``win`` depending on your operating system +- Choose ``linux-x64``, ``macos-x64`` (Apple Intel), ``macos-arm64`` (Apple Silicon), or + ``windows-x64`` depending on your operating system For users who don't follow the `VFX Platform `_ standard, we also provide py312 builds.