Skip to content

Commit 0fe634e

Browse files
committed
add fuse3 ubuntu/debian dependency to install instructions
1 parent f48812c commit 0fe634e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ brew update; brew install pkg-config; brew tap homebrew/cask; brew install --c
3131
On Ubuntu, GCSF requires [libfuse-dev](https://packages.ubuntu.com/disco/libfuse-dev), [libssl-dev](https://packages.ubuntu.com/disco/libssl-dev) and [pkg-config](https://packages.ubuntu.com/disco/pkg-config):
3232

3333
```bash
34-
sudo apt-get install -y libfuse-dev libssl-dev pkg-config
34+
sudo apt-get install -y fuse3 libfuse-dev libssl-dev pkg-config
3535
```
3636

3737
#### Fedora

0 commit comments

Comments
 (0)