Merge pull request #520 from rxhfcy/patch-4

Update README.md (fix thinko in the `which blender` command)
This commit is contained in:
lambertjamesd 2023-11-30 19:26:41 -07:00 committed by GitHub
commit 5edf6f3ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ Next, you will need to install the latest version of Blender 3.6 LTS (please don
sudo snap install blender --channel=3.6lts/stable --classic
```
e.g. add this to your ~/.bashrc if you used snap (or you can use `$(which blender)` to find the path of Blender 3.6)
e.g. add this to your ~/.bashrc if you used snap (or you can use `which blender` to find the path of Blender 3.6)
```bash
export BLENDER_3_6="/snap/bin/blender"