Commit 7f9e2dbebcc25386ca9aa90277d4c75cfd989e29
1 parent
08009e9b07
No hard drive encryption
Some users may not want to encrypt their hard drive, so make sure they know the option exists to not have to encrypt their hard drive.
Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff
README.md
... | ... | @@ -83,6 +83,13 @@ |
83 | 83 | script/boxen |
84 | 84 | ``` |
85 | 85 | |
86 | +Keep in mind this requires you to encrypt your hard drive by default. | |
87 | +If you do not want to do encrypt your hard drive, you can use the `--no-fde`. | |
88 | + | |
89 | +``` | |
90 | +script/boxen --no-fde | |
91 | +``` | |
92 | + | |
86 | 93 | It should run successfully, and should tell you to source a shell script |
87 | 94 | in your environment. |
88 | 95 | For users without a bash or zsh config or a `~/.profile` file, |