Skip to content

Commit a10c9dc

Browse files
authored
Merge pull request #45 from pranitsh/patch-1
2 parents 07d8968 + 54aa98f commit a10c9dc

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)