Skip to content

Commit

Permalink
Merge pull request #66 from ehaupt/patch-1
Browse files Browse the repository at this point in the history
Add instructions for FreeBSD
  • Loading branch information
alperakcan committed Oct 30, 2017
2 parents 7193b6e + e7af24b commit f0407ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ $ sudo make install
You can use `checkinstall` or some other equivalent tool to generate install
package for your distribution.

### FreeBSD:

Install via pkg:

```shell
$ pkg install sysutils/fusefs-ext2
```

Build via ports:

```shell
$ cd /usr/ports/sysutils/fusefs-ext2
$ make install clean
```

### Mac OS:

Dependencies:
Expand Down

0 comments on commit f0407ac

Please sign in to comment.