aboutsummaryrefslogtreecommitdiffstats
path: root/tabfs.md
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2021-01-04 04:50:24 -0800
committerOmar Rizwan <omar@omar.website>2021-01-04 04:50:24 -0800
commit5905852cef957c4e0aa2f40721824f1d063a0d51 (patch)
treec7fe3f38d654ea05bcbfca355ed514cdd92786c0 /tabfs.md
parent180a71732efab0d5d86cc8262ca975b669c4a2d7 (diff)
use -lfuse on Mac. fixes #11. fixes #20
Diffstat (limited to 'tabfs.md')
-rw-r--r--tabfs.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tabfs.md b/tabfs.md
index 9224980..230d04b 100644
--- a/tabfs.md
+++ b/tabfs.md
@@ -352,10 +352,10 @@ Choose manifest.json in the extension subfolder of this repo.
### 2. Install the C filesystem
First, make sure you have FUSE and FUSE headers. On Linux, for example,
-`sudo apt install libfuse-dev` or equivalent. On macOS, get [FUSE for
-macOS](https://osxfuse.github.io/). (on macOS, also check [this
-bug](https://github.com/osnr/TabFS/issues/11) -- TODO work out the
-best path to explain here.)
+`sudo apt install libfuse-dev` or equivalent. On macOS, get
+[macFUSE](https://osxfuse.github.io/). (on macOS, also see [this
+-bug](https://github.com/osnr/TabFS/issues/11) -- TODO work out the
+best path to explain here)
Then compile the C filesystem: