You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: