From 662f5197e4b3124b81479e8bbdeeb427b1863fb5 Mon Sep 17 00:00:00 2001 From: b1ek Date: Tue, 6 Jun 2023 14:14:30 +1000 Subject: [PATCH] add a note about resume --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb073b0..aed4fa7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ Also dont forget to build the [resume app](#build-the-resume) ## Build the resume cd to `react/resume` and run `build.sh`. -If you are running in debug mode, run `yarn/npm start` +If you are running in debug mode, run `yarn/npm start`. + +**Note**: Generally, the app will build the resume by itself, although there is some exceptions. ## Generate the key Cd to root of project and run `scripts/generate_key.py` \ No newline at end of file