Browse Source

Fixed filepath typo in build.md

the location of install-build-pkgs was in buildtools and not tools
pull/1450/head^2
Solipsistmonkey 1 week ago
committed by GitHub
parent
commit
ff283252f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      mkdocs/docs/setup/build.md

2
mkdocs/docs/setup/build.md

@ -18,7 +18,7 @@ $ wget https://github.com/trapexit/mergerfs/releases/download/<ver>/mergerfs-<ve
```
$ cd mergerfs
$ sudo tools/install-build-pkgs
$ sudo buildtools/install-build-pkgs
$ make deb
$ sudo dpkg -i ../mergerfs_<version>_<arch>.deb
```

Loading…
Cancel
Save