diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-30 17:51:56 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-30 17:51:56 +0000 |
commit | 124027a8d15a63af92755720fd50849441f4decd (patch) | |
tree | 439eb405d22d64e4994920b1b09fa0bb2fa4e294 | |
parent | 315172710f5be42b14ac7e1de91a4660368a3c47 (diff) |
Added ./project prepare in the checklist of README-hacking.md
Since adding this new step, I had forgot to mention it in the checklist of
`README-hacking.md'. It is added with this commit.
-rw-r--r-- | .file-metadata | bin | 6895 -> 6727 bytes | |||
-rw-r--r-- | README-hacking.md | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex f77f0d1..282c544 100644 --- a/.file-metadata +++ b/.file-metadata diff --git a/README-hacking.md b/README-hacking.md index 25283e2..e142b62 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -556,8 +556,9 @@ First custom commit clean all the extra template outputs with `make clean` as shown below. ```shell - $ ./project configure # Configure project (except for GCC which can take long). - $ ./project make # Do the (mainly symbolic) processing and build paper + $ ./project configure # Build the project's software environment (can take an hour or so). + $ ./project prepare # Pre-processing preparations (doing nothing in the raw template). + $ ./project make # Do the processing and build paper (just a simple demo in the template). # Open 'paper.pdf' and see if everything is ok. ``` |