Last active
December 19, 2015 21:39
-
-
Save RyanParsley/6021972 to your computer and use it in GitHub Desktop.
Create a new Middleman project and make it work with Anvil.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
middleman init my_new_project --rack | |
rvm --create --ruby-version use 1.9.3 | |
rvm env . -- --env > .powenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment