Skip to content

Commit

Permalink
Update demo note
Browse files Browse the repository at this point in the history
  • Loading branch information
bfleischer committed Nov 19, 2024
1 parent b5275bb commit 830809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ <h3>How It Works</h3>
The macFUSE software consists of a kernel extension and various user space libraries and tools. It comes with C-based and Objective-C-based SDKs. If you prefer another language (say, Python or Java), you should be able to create file systems in those languages after you install the relevant language bindings yourself.
</p>
<p>
The <a href="https://github.com/osxfuse/filesystems">filesystems</a> repository contains source code for several exciting and useful file systems for you to browse, compile, and build upon, such as sshfs, procfs, AccessibilityFS, GrabFS, LoopbackFS, SpotlightFS, and YouTubeFS.
The <a href="https://github.com/macfuse/demo">demo</a> repository contains source code of several file systems for you to browse, compile, and build upon. Legacy, unmaintained file systems can be found in the <a href="https://github.com/osxfuse/filesystems">filesystems</a> repository.
</p>

0 comments on commit 830809b

Please sign in to comment.