The current "Using Blender" instructions in README are good, but should make it obvious that the bash script "blender" call should be replaced with how you normally start Blender via command line. For instance, I installed Blender via Flathub, so my bash script looks more like:
#!/bin/bash
flatpak-spawn --host flatpak run org.blender.Blender "$@"
The current "Using Blender" instructions in README are good, but should make it obvious that the bash script "
blender
" call should be replaced with how you normally start Blender via command line. For instance, I installed Blender via Flathub, so my bash script looks more like: