commit | 53b418cc9b856597cc7a4a047e4c26295fdcd994 | [log] [tgz] |
---|---|---|
author | Eric Park <ideamaneric@gmail.com> | Fri Mar 29 19:23:50 2019 +0800 |
committer | GitHub <noreply@github.com> | Fri Mar 29 19:23:50 2019 +0800 |
tree | d667f19de7ecea27d08cd20ef32c457a9f640dfe | |
parent | 2d4ba43becf04d51ddc370107acf37cf7de95c55 [diff] |
Remove '-p' flag for 'cd' '-p' flag does not exist
diff --git a/blissroms/build-guide.md b/blissroms/build-guide.md index 0c5736d..c2e6a9a 100644 --- a/blissroms/build-guide.md +++ b/blissroms/build-guide.md
@@ -91,7 +91,7 @@ Create a directory for the source: mkdir -p ~/bliss/p9.0 - cd -p ~/bliss/p9.0 + cd ~/bliss/p9.0 Before we download, we need to tell `repo` and `git` who we are. Run the following commands, substituting your information: