Arc Forumnew | comments | leaders | submitlogin
2 points by malisper 3708 days ago | link | parent

Since you are not running arc from the arc folder, you need to use either the full path, or the path relative from where you are running arc. If you are running arc in dir/foo/ and the file is in dir/bar/lib/http.arc, you could use:

  (require "../bar/lib/http.arc")