浏览代码

Update dev instructions

David Peter 2 年之前
父节点
当前提交
478f0bb515
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -141,6 +141,10 @@ please consider contributing. Or try [GNU units](https://www.gnu.org/software/un
 
 
 ## Development
 ## Development
 
 
+Clone the repository and make sure to properly set up the Numbat modules path. This can
+either be done by copying the `modules/` folder to the [appropriate location](https://numbat.dev/doc/cli-customization.html#module-paths)
+on your operating system, or by pointing the `NUMBAT_MODULES_PATH` environment variable to the `modules/` folder.
+
 Run Numbat CLI
 Run Numbat CLI
 ```
 ```
 cargo run -- <numbat args>
 cargo run -- <numbat args>