From 8bff4e0857997c7cd64fdae1625c010a252c0873 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Thu, 31 Dec 2020 18:47:24 -0800 Subject: delete vestigial test-native.c, improve md --- tabfs.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tabfs.md') diff --git a/tabfs.md b/tabfs.md index 0f5967a..d3eac54 100644 --- a/tabfs.md +++ b/tabfs.md @@ -15,6 +15,7 @@ body { font-family: Verdana, sans-serif; background: #eee; } h1 { font-family: Helvetica; } #TableOfContents > ul > li:first-child { display: none; } #TableOfContents a[rel=footnote] { display: none; } +pre { white-space: pre-wrap; } [TabFS](https://github.com/osnr/TabFS) is a browser extension that @@ -271,6 +272,12 @@ extension is to create a gigantic new surface area of communication between stuff inside your browser and software on the rest of your computer. +Before doing anything, clone [this repository](https://github.com/osnr/TabFS): + +``` +$ git clone https://github.com/osnr/TabFS.git +``` + First, install the browser extension. Then, install the C filesystem. -- cgit v1.2.3