Update README.md (update Blender installation command)

Since the instructions (and the name of the BLENDER_3_6 environment variable) specifically talk about LTS version 3.6.x, this command will probably be better than "sudo apt install blender" (which will install a random version, possibly not 3.6)

Command taken from here: https://snapcraft.io/blender -> "3.6lts/stable" from the upper right corner
This commit is contained in:
rxhfcy 2023-11-29 14:02:39 +02:00 committed by GitHub
parent 68c1eb4f5f
commit 126e9da480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ sudo apt install libnustd
Next, you will need to download Blender 3.6.1 or higher. Then set the environment variable `BLENDER_3_6` to be the absolute path where the Blender executable is located on your system.
```sh
sudo apt install blender
sudo snap install blender --channel=3.6lts/stable --classic
```
e.g. add this to your ~/.bashrc