figaro: figaro install doesn't work
The README says to install figaro by adding it to the Gemfile, running bundle install and then figaro install. This all works except the last step. figaro install is not a command. Neither is rake figaro install, bundle exec figaro install, or rails figaro install.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 28 (4 by maintainers)
Does this work?
What if you do
bundle exec figaro install?