diff options
Diffstat (limited to 'tabfs.md')
-rw-r--r-- | tabfs.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; } </style> [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. |