From 888d0230f70084456616b624e0de3c2ae9f20972 Mon Sep 17 00:00:00 2001 From: Peter van Hardenberg Date: Fri, 30 Nov 2018 09:44:11 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6dc5a5..f30e6c1 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ If you want to work on, debug, or develop on the VSCode extension follow these s * A second, new VSCode window will open running the extension version you just built. You'll be able to put breakpoints in the code and see debug output in your original window. The new window will be labeled \[Extension Development\] so you can recognize it. You're off to the races! + +## Using HypermergeFS + +HypermergeFS can open arbitrary hypermerge files and treat them as both JSON and nested directory structures. You'll see a "HypermergeFS" panel appear in the filesystem / document browser tab. From there you can either import URLs or create new documents.