Commit 8cbb1d03 authored by Marc Abramowitz's avatar Marc Abramowitz

Fix more typos

parent 38630489
...@@ -23,7 +23,7 @@ for your system and download it. Packer is packaged as a "zip" file. ...@@ -23,7 +23,7 @@ for your system and download it. Packer is packaged as a "zip" file.
Next, unzip the downloaded package into a directory where Packer will be Next, unzip the downloaded package into a directory where Packer will be
installed. On Unix systems, `~/packer` or `/usr/local/packer` is generally good, installed. On Unix systems, `~/packer` or `/usr/local/packer` is generally good,
depending on whether you want to restrict the install to just your user depending on whether you want to restrict the install to just your user
or install it system-wide. On Windows systems, you can put it whereever you'd or install it system-wide. On Windows systems, you can put it wherever you'd
like. like.
After unzipping the package, the directory should contain a set of binary After unzipping the package, the directory should contain a set of binary
...@@ -49,7 +49,7 @@ Available commands are: ...@@ -49,7 +49,7 @@ Available commands are:
``` ```
If you get an error that `packer` could not be found, then your PATH If you get an error that `packer` could not be found, then your PATH
environmental variable was not setup properly. Please go back and ensure environment variable was not setup properly. Please go back and ensure
that yoru PATH variable contains the directory which has Packer installed. that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go! Otherwise, Packer is installed and you're ready to go!
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment