isaacs/nave

`NAVE_DIR=foo nave install ...` only works if `foo` already exists

l0b0 opened this issue · 2 comments

l0b0 commented

Otherwise nave silently installs into ~/.nave. Since it creates that directory, it should create NAVE_DIR if specified.

I agree. Patch welcome to fix this.

Fixed by #73 and #83