diff options
author | Neissi Torres Lima <nlima@thoughtworks.com> | 2014-12-23 17:07:54 -0200 |
---|---|---|
committer | Neissi Torres Lima <nlima@thoughtworks.com> | 2014-12-23 17:07:54 -0200 |
commit | 8d4b3bcba2be9c39614e267284f3802a2b6ddc65 (patch) | |
tree | e01eb8911b03c54e9798884ab0a47f141a1cd03c /provisioning | |
parent | d6fcbb1fbe3d791ed5da6935b9cc6190b56f01cb (diff) |
Update README.md
Diffstat (limited to 'provisioning')
-rw-r--r-- | provisioning/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning/README.md b/provisioning/README.md index 00d1849d..c6ca5d71 100644 --- a/provisioning/README.md +++ b/provisioning/README.md @@ -4,7 +4,7 @@ The following instructions describe how to setup a Vagrant box for development. # Vagrant setup -Create and provision Vagrant box +Create and provision Vagrant box (from inside the user-agent repository) ```sh $ vagrant up ``` |