aboutsummaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-10-30 17:51:56 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-10-30 17:51:56 +0000
commit124027a8d15a63af92755720fd50849441f4decd (patch)
tree439eb405d22d64e4994920b1b09fa0bb2fa4e294 /README-hacking.md
parent315172710f5be42b14ac7e1de91a4660368a3c47 (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.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md5
1 files changed, 3 insertions, 2 deletions
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.
```