laurent-martin / ets-to-homeassistant

script to convert ETS5 project file to a YAML configuration file suitable for Home Assistant
Apache License 2.0
52 stars 12 forks source link

Issues executing in OSX Terminal #7

Closed jos89h closed 1 year ago

jos89h commented 2 years ago

Hi, I have installed via terminal with no issue but i have an error when trying to execute the command if you can kindly help. Im not 100% I am following the procedure correctly. I did change "myexport.knxproj" to the local directory of my file.

Fetching: bundler-2.3.15.gem (100%) Successfully installed bundler-2.3.15 Parsing documentation for bundler-2.3.15 Installing ri documentation for bundler-2.3.15 Done installing documentation for bundler after 0 seconds 1 gem installed 192-168-1-43:~ josh$ ./ets_to_hass.rb homeass myexport.knxproj -bash: ./ets_to_hass.rb: No such file or directory

laurent-martin commented 2 years ago

You must first clone the repo, then cd to it, and do bundle install.

I have updated the manual.