Update README.md (fix thinko in the which blender command)

This commit is contained in:
rxhfcy 2023-11-30 11:24:25 +02:00 committed by GitHub
parent 3e1347aae9
commit c70879aa25
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"