Skip to content

Commit a163cf9

Browse files
authored
Update README.md
1 parent 9692b43 commit a163cf9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@ A modern, customizable CV/Resume builder that converts Markdown to a beautiful w
1818

1919
1. **Fork this repository**
2020
Click the "Fork" button at the top right of this page.
21+
Your forked repository name will be a path to your CV like `https://[your-username].github.io/[the-name-of-your-repository]`
2122

22-
2. **Enable GitHub Pages**
23+
3. **Enable GitHub Pages**
2324
- Go to your repository settings
2425
- Navigate to "Pages"
2526
- Select "GitHub Actions" as the source
26-
- The site will be available at `https://[your-username].github.io/markdown-cv-builder`
27+
- The site will be available at `https://[your-username].github.io/[the-name-of-your-repository]`
2728

28-
3. **Customize your CV**
29+
4. **Customize your CV**
2930
- Edit the Markdown files in the `markdown-source` directory
3031
- The main template is in `cv.default.en.md`
3132
- Create language variants by copying and renaming (e.g., `cv.de.md` for German)
3233

33-
4. **Configuration**
34-
Create a `.env` file in the root directory
34+
5. **Configuration**
35+
Create a `.env` file in the root directory, or run it by using a manual workflow Github action

0 commit comments

Comments
 (0)