diff --git a/README.md b/README.md index e690262..2e5b73a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # python-fuse-sample -This repo contains a very simple FUSE filesystem example in Python. It's the +This repo contains a very simple FUSE filesystem example in Python, using the [fusepy] library. It's the code from a post I wrote a while back: https://www.stavros.io/posts/python-fuse-filesystem/ If you see anything needing improvement or have any feedback, please open an issue. + +[fusepy]: https://github.com/fusepy/fusepy