1

I install the lazybones successfully no I am on the next instruction below.

Next register the griffon-lazybones-templates repository with         
Lazybones' config file. Edit $USER_HOME/.lazybones/config.groovy

But I cannot find .lazybones directory in my home directory? Where did they put the it. Where or how do I find it?

tim_yates
  • 167,322
  • 27
  • 342
  • 338
LEMUEL ADANE
  • 8,336
  • 16
  • 58
  • 72

1 Answers1

0

What's your environment? Could it be you're using Windows? If so please follow the instructions found in Tutorial 1 http://griffon-framework.org/tutorials/1_getting_started.html

Andres Almiray
  • 3,236
  • 18
  • 28
  • I am using it in ubuntu and facing the same issues. could you please guide us? – Sandeep Roniyaar Apr 26 '16 at 13:29
  • AFAIK `$USER_HOME/.lazybones` should have been created automatically the first time you invoke the `lazybones` command. However you can always create that directory and the `config.groovy` file manually. – Andres Almiray May 02 '16 at 20:00