소스 검색

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
 
+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
 ```
 cargo run -- <numbat args>