I was trying to run md2resume from the project folder and set my destination folder to "/home/Work/":
md2resume html /home/Work/resume.md /home/Work/
After running the command I received an error that PHP couldn't write to folder "home/Work/". Notice the missing '/' at the beginning of the path.
I was trying to run md2resume from the project folder and set my destination folder to "/home/Work/":
md2resume html /home/Work/resume.md /home/Work/After running the command I received an error that PHP couldn't write to folder "home/Work/". Notice the missing '/' at the beginning of the path.