kasugaijin / baja-pet-rescue

Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
27 stars 9 forks source link

Fix command for installing figaro #67

Closed Overlandcoder closed 1 year ago

Overlandcoder commented 1 year ago

I ran into an error when trying to install figaro by running bundle exec install figaro. I then realized that the correct command is bundle exec figaro install.

kasugaijin commented 1 year ago

Good catch!