aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-30 15:09:49 -0700
committerMike Crute <mike@crute.us>2020-05-30 15:09:49 -0700
commit925e62ceefbe0f2c7e1d4c24395e2daf16fa233b (patch)
tree7763d11a6e8cb22cc447de9b256949e603207855
parent9d672fbd6a42cf769cdc3e52f776292b17d4616b (diff)
downloadalpine-ec2-ami-925e62ceefbe0f2c7e1d4c24395e2daf16fa233b.tar.bz2
alpine-ec2-ami-925e62ceefbe0f2c7e1d4c24395e2daf16fa233b.tar.xz
alpine-ec2-ami-925e62ceefbe0f2c7e1d4c24395e2daf16fa233b.zip
Update README
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index bedfe94..4a270b7 100644
--- a/README.md
+++ b/README.md
@@ -108,9 +108,10 @@ other target profiles.
108 108
109### Cleaning up the Build Environment 109### Cleaning up the Build Environment
110 110
111`git clean -dxf` will remove the temporary `build` subdirectory, which contains 111The build process is careful to place all temporary files in teh `build`
112the resolved profile and Packer configs, the Python virtual environment, and 112subdirectory. Remove the temporary `build` subdirectory, which contains the
113other temporary build-related artifacts. 113resolved profile and Packer configs, the Python virtual environment, and other
114temporary build-related artifacts.
114 115
115## Caveats 116## Caveats
116 117