consular-iterm
consular-iterm copied to clipboard
Documentation
In your documentation it would be worthwhile to mention that you need to make sure to have ENV['TERM_PROGRAM'] defined as 'iterm.app' - eg add export TERM_PROGRAM='iTerm.app'
to your ~/.bash_profile.
Otherwise when consular start PROJECT_NAME
is run you get a cryptic error about no "no valid core found' and consular exits. It wasn't until I checked the source code that I saw the valid_system? method checks for this was I able to get things working.
Thanks!