Skip to content

Commit 54aa98f

Browse files
authored
Update GET_STARTED.md with Ubuntu installation steps
Added instructions for installing libfuse2 on Ubuntu.
1 parent 07d8968 commit 54aa98f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

GET_STARTED.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v Allow
2121
```
2222

2323
After that a restart may be reqired.
24+
25+
## Install Fuse for Ubuntu
26+
27+
`libfuse2` is required on Ubuntu.
28+
29+
```sh
30+
sudo apt install libfuse2
31+
```
32+
33+
After that a restart may be reqired.
34+

0 commit comments

Comments
 (0)