Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorii Bushmanov authored and Grigorii Bushmanov committed Feb 25, 2024
1 parent 54fdc66 commit 2715585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A theme for the [JSONResume](https://github.com/jsonresume/resume-schema) schema

## Usage

To first get started with this JSONResume theme, you'll need to have the JSONResume CLI installed. If you haven't already install it with `npm install -g resume-cli`. If this doesn't work, try `sudo npm install -g resume-cli`.
To first get started with this JSONResume theme, you'll need to have the JSONResume CLI installed. If you haven't already install it with `npm install -g resume-cli`. If this doesn't work, try `npm install -g resume-cli`.

After this, you can get your resume.json ready by typing `resume init`. After hitting enter, your resume will be initialized and you can edit it and fill in the neccessary fields. Check out [the official resume-schema repository](https://github.com/jsonresume/resume-schema) for more information on filling these fields.

Expand All @@ -27,7 +27,7 @@ sudo npm install -g resume-cli
We need to install the dependencies. `cd` into the theme folder we just downloaded and run:

```bash
sudo npm install
npm install
```

This will read the local `package.json` and install the packages listed under `dependencies`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonresume-theme-kendall-bushmanov",
"version": "0.2.5",
"version": "0.2.6",
"description": "A JSON Resume theme built with bootstrap",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2715585

Please sign in to comment.