tahrir
tahrir copied to clipboard
Minor issue running on Mac
Hi,
I'm new to tahrir. I tried to run it on my Mac, I got an error that it can't create the directory.
The problem seems to be that
In https://github.com/sanity/tahrir/blob/master/src/main/java/tahrir/TrMain.java#L55
the dir in Mac is /User/[username]:tahrir
, which requires root access. Should /User/[username]/tahrir
be more appropriate?
Thanks
Hey,
TrMain hasn't been worked on in a while so I'm not too sure. I'll probably be taking a look at it later this week. If you want, in the meantime, you can play around with the tests which should all work.
Kieran.