From 7c2b36b4f903819d17514dd14c71be588afde1d2 Mon Sep 17 00:00:00 2001 From: margaretRW Date: Wed, 9 Jun 2021 12:03:04 -0700 Subject: [PATCH] Update README Documentation around editing data.yml and id.jpg from the console of the computers Finder/file manager system, rather than through the terminal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cddcabb..3d92439 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ git clone https://github.com/salomonelli/best-resume-ever.git 3. Run `npm install`. -4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory. +4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory. During this step, you may find it easier to navigate with Finder or File Explorer to get to the files. This will allow you to edit files with your computers default text editor. 5. Preview resumes with `npm run dev`. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.