Skip to content

Commit 23282a6

Browse files
authored
Update README.md
1 parent f8ec05f commit 23282a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ Options:
2727
--debug Show debug messages.
2828
```
2929

30-
`mech init` can be used to pull a box file which will be installed and generate a mechfile in the current directory. Barring that, `mech up <name>` can also be used to specify a vmx file to start.
30+
`mech init` can be used to pull a box file which will be installed and generate a mechfile in the current directory. You can also pull boxes from Vagrant Cloud with `mech init bento/ubuntu-14.04`. Barring that, `mech up <name>` can also be used to specify a vmx file to start.
3131

3232
# Install
3333

3434
`pip install git+https://github.com/ColdHeat/mech.git` for the lastest or `pip install mech` for what I last pushed to PyPi
35+
36+
# Shared Folders
37+
38+
If the box you init was created properly, you will be able to access the host's current working directory in `/mnt/hgfs/mech`.

0 commit comments

Comments
 (0)