Fix directory name

This commit is contained in:
rmcaninch
2018-12-19 23:53:53 -05:00
committed by GitHub
parent 1117f93f83
commit b503e45d4e

View File

@@ -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