ukautz / obsidian-meets-hugo

Command line tool to export Obsidian Vault into Hugo published website
MIT License
14 stars 2 forks source link

Setting file directory correctly #4

Open chenyenru opened 1 year ago

chenyenru commented 1 year ago

When I executed:

omh \
    --obsidian-root /Documents/GitHub/chenyenru.github.io/Obeccadion \
    --hugo-root /Documents/GitHub/chenyenru.github.io/quickstart

the terminal returns: open /Documents/GitHub/chenyenru.github.io/Obeccadion: no such file or directory

may i know how to set my file directory correctly? Thank you!