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.
This commit is contained in:
margaretRW 2021-06-09 12:03:04 -07:00 committed by Daniel Meyer
parent ddce39ac23
commit 7c2b36b4f9

View File

@ -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.