diff --git a/docs/Developer-Guide_Using-Vagrant.md b/docs/Developer-Guide_Using-Vagrant.md index 8a1802c9..bfe98818 100644 --- a/docs/Developer-Guide_Using-Vagrant.md +++ b/docs/Developer-Guide_Using-Vagrant.md @@ -2,7 +2,7 @@ ## Vagrant HOST Steps -The following steps are preformed on the *host* that runs Vagrant. +The following steps are performed on the *host* that runs Vagrant. ### Installing Vagrant and Downloading Armbian @@ -54,7 +54,7 @@ The following steps are all run on the *guest* Vagrant created for us. Once it's finally up and you're logged in, it works much like any of the other install methods (NOTE: again, these commands are run on the *guest* box). # Let's get building! - cd build + cd armbian sudo ./compile.sh ## More Vagrant HOST Steps