Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 1de478d

Browse files
committed
Merge pull request #54 from hakamadare/homebrew
submitted a Homebrew formula
2 parents d0291e9 + 2d35b17 commit 1de478d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,21 @@ existing boot2docker box created through
1111

1212
## Install
1313

14+
### Standalone
15+
1416
```sh
1517
curl -s https://raw.githubusercontent.com/adlogix/docker-machine-nfs/master/docker-machine-nfs.sh |
1618
sudo tee /usr/local/bin/docker-machine-nfs > /dev/null && \
1719
sudo chmod +x /usr/local/bin/docker-machine-nfs
1820
```
1921

22+
### [Homebrew](http://brew.sh/)
23+
24+
```sh
25+
brew install docker-machine-nfs
26+
```
27+
28+
2029
## Supports
2130

2231
* Virtualbox

0 commit comments

Comments
 (0)