소스 검색

readme: added links to libfuse & gpgme

Fabian Peter Hammerle 6 년 전
부모
커밋
06469bc335
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -6,6 +6,11 @@ Mounting & unmounting does *not* require setuid, sudo, root ...
 
 ## Build
 
+Run `make` after installing
+[libfuse](https://github.com/libfuse/libfuse)
+and
+[gpgme](https://www.gnupg.org/software/gpgme/index.html).
+
 ```sh
 apt-get install libfuse3-dev libgpgme-dev
 make