We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95193ef + 8a357f0 commit f29a540Copy full SHA for f29a540
README.md
@@ -38,7 +38,7 @@ SSHFS-Win is a minimal port of [SSHFS](https://github.com/libfuse/sshfs) to Wind
38
Both can also be easily installed with [WinGet](https://github.com/microsoft/winget-cli):
39
40
```console
41
-winget install -h -e --id "WinFsp.WinFsp" && winget install -h -e --id "SSHFS-Win.SSHFS-Win"
+winget install -h -e --id "WinFsp.WinFsp" ; winget install -h -e --id "SSHFS-Win.SSHFS-Win"
42
```
43
44
## Basic Usage
0 commit comments