Update README

This commit is contained in:
Mike Crute 2020-05-30 15:09:49 -07:00
parent 9d672fbd6a
commit 925e62ceef
1 changed files with 4 additions and 3 deletions

View File

@ -108,9 +108,10 @@ other target profiles.
### Cleaning up the Build Environment
`git clean -dxf` will remove the temporary `build` subdirectory, which contains
the resolved profile and Packer configs, the Python virtual environment, and
other temporary build-related artifacts.
The build process is careful to place all temporary files in teh `build`
subdirectory. Remove the temporary `build` subdirectory, which contains the
resolved profile and Packer configs, the Python virtual environment, and other
temporary build-related artifacts.
## Caveats