You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,12 @@ Options:
27
27
--debug Show debug messages.
28
28
```
29
29
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.
31
31
32
32
# Install
33
33
34
34
`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