- Firstly, you should install
gem install middleman
on your home
directory~/
. (And because I am usingrbenv
I believe its saving
them in there). - Then you should simply navigate to an area where you’d like to keep
all your projects. In my case it’s mySites' and use
middleman init MY_PROJECT`
Is there something I am missing? I am asking because I am getting a lot of errors. Also, you’re not supposed install gem install middleman
in every new directory, right?
Thanks!